Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

DataType Property








Gets or sets a value indicating whether strips or tiles are being decompressed.
Syntax
public CodecsStartDecompressDataType DataType {get; set;}
'Declaration
 
Public Property DataType As CodecsStartDecompressDataType
'Usage
 
Dim instance As CodecsStartDecompressOptions
Dim value As CodecsStartDecompressDataType
 
instance.DataType = value
 
value = instance.DataType
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'); 
public:
property CodecsStartDecompressDataType DataType {
   CodecsStartDecompressDataType get();
   void set (    CodecsStartDecompressDataType value);
}

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

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

Error processing SSI file