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


IImageServerLayer.Compression Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerLayer Interface > IImageServerLayer.Compression Property
ArcGIS Developer Help

IImageServerLayer.Compression Property

The transmission compression.

[Visual Basic .NET]
Public Property Compression As String
[C#]
public string Compression {get; set;}
[C++]
HRESULT get_Compression(
  System.String* 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