Visual Basic (Declaration) | |
---|---|
Public Property DataType As CodecsStartDecompressDataType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CodecsStartDecompressDataType DataType {get; set;} |
C++/CLI | |
---|---|
public: property CodecsStartDecompressDataType DataType { CodecsStartDecompressDataType get(); void set (CodecsStartDecompressDataType value); } |
Return Value
A value indicating whether strips or tiles are being decompressed.For an example, refer to RasterCodecs.StartDecompress.
Strips have a width equal to the image width, but tiles can have a width that is less than the image width.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family