This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo2 Interface > IImageServiceInfo2.AllowedCompressions Property (ArcObjects .NET 10.4 SDK) |
The list of allowed client controllable transmition compressions.
[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