ArcObjects Library Reference (Carto)  

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(
  BSTR* 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