Visual Basic (Declaration) | |
---|---|
Public Property DataType As CodecsStartDecompressDataType |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family