Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
DataType Property
See Also 
Leadtools.Codecs Namespace > CodecsStartDecompressOptions Structure : DataType Property




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

Syntax

Visual Basic (Declaration) 
Public Property DataType As CodecsStartDecompressDataType
Visual Basic (Usage)Copy Code
Dim instance As CodecsStartDecompressOptions
Dim value As CodecsStartDecompressDataType
 
instance.DataType = value
 
value = instance.DataType
C# 
public CodecsStartDecompressDataType DataType {get; set;}
Managed Extensions for C++ 
public: __property CodecsStartDecompressDataType get_DataType();
public: __property void set_DataType( 
   CodecsStartDecompressDataType value
);
C++/CLI 
public:
property CodecsStartDecompressDataType DataType {
   CodecsStartDecompressDataType get();
   void set (CodecsStartDecompressDataType value);
}

Return Value

A value indicating whether strips or tiles are being decompressed.

Example

For an example, refer to RasterCodecs.StartDecompress.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also