ArcObjects Library Reference (GeoDatabase)  

IRasterDataset.CompressionType Property

The compression technique applied to this RasterDataset.

[Visual Basic .NET]
Public ReadOnly Property CompressionType As String
[C#]
public string CompressionType {get;}
[C++]
HRESULT get_CompressionType(
  BSTR* comp
);
[C++]

Parameters

comp [out, retval]   comp is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterDataset Interface