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


IImageServerInit2.AllowedCompressions Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerInit2.AllowedCompressions Property

The list of allowed compressions, None, LZ77, and JPEG.

[Visual Basic .NET]
Public Property AllowedCompressions As String
[C#]
public string AllowedCompressions {get; set;}
[C++]
HRESULT get_AllowedCompressions(
  BSTR* pAllowedCompressions
);
[C++]
HRESULT put_AllowedCompressions(
  BSTR pAllowedCompressions
);
[C++]

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

Product Availability

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

See Also

IImageServerInit2 Interface

.NET Related Topics

How to create a local image service