LEADTOOLS Image File Support (Leadtools.Codecs assembly)

DataType Property

Show in webframe







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)
            
 
get_DataType();
set_DataType(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.