ArcObjects Library Reference (Carto)  

IImageServerLayer.Compression Property

The transmission 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

IImageServerLayer Interface