LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

DataType Property






Gets or sets a value indicating whether strips or tiles are being decompressed. .NET support WinRT support Silverlight support
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;}
 get_DataType();
set_DataType(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.