Gets or sets a value indicating whether strips or tiles are being decompressed.
public CodecsStartDecompressDataType DataType { get; set; }
Public Property DataType As Leadtools.Codecs.CodecsStartDecompressDataType
public Leadtools.Codecs.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');
public:
property Leadtools.Codecs.CodecsStartDecompressDataType DataType {
Leadtools.Codecs.CodecsStartDecompressDataType get();
void set ( Leadtools.Codecs.CodecsStartDecompressDataType );
}
A value indicating whether strips or tiles are being decompressed.
Strips have a width equal to the image width, but tiles can have a width that is less than the image width.
For an example, refer to RasterCodecs.StartDecompress.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET