←Select platform

DataType Property

Summary

Gets or sets a value indicating whether strips or tiles are being decompressed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public CodecsStartDecompressDataType DataType { get; set; } 
@property (nonatomic, assign) LTCodecsStartDecompressDataType dataType 
public CodecsStartDecompressDataType getDataType() 
public void setDataType(CodecsStartDecompressDataType value) 
             
 <br/>get_DataType();<br/>set_DataType(value);<br/>Object.defineProperty('DataType');  

Property Value

A value indicating whether strips or tiles are being decompressed.

Remarks

Strips have a width equal to the image width, but tiles can have a width that is less than the image width.

Example

For an example, refer to RasterCodecs.StartDecompress.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly