LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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;}
C++/CLI 
public:
property CodecsStartDecompressDataType DataType {
   CodecsStartDecompressDataType get();
   void set (    CodecsStartDecompressDataType value);
}

Property 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also