This document is archived and information here might be outdated.  Recommended version.


IGeoImageDescription.Compression Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGeoImageDescription.Compression Property

The compression.

[Visual Basic .NET]
Public Property Compression As String
[C#]
public string Compression {get; set;}
[C++]
HRESULT get_Compression(
  BSTR* pCompression
);
[C++]
HRESULT put_Compression(
  BSTR pCompression
);
[C++]

Parameters pCompression [out, retval] pCompression is a parameter of type BSTR pCompression [in] pCompression is a parameter of type BSTR

Product Availability

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

See Also

IGeoImageDescription Interface