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


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

IImageServiceInfo2.DefaultCompression Property

The default transmission compression, None, LZ77, JPEG.

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

IImageServiceInfo2 Interface