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