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


IRasterStorageDef.CompressionQuality Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef Interface > IRasterStorageDef.CompressionQuality Property
ArcGIS Developer Help

IRasterStorageDef.CompressionQuality Property

The compression quality (in case of JPEG compression) to be applied to the raster being stored.

[Visual Basic .NET]
Public Property CompressionQuality As Integer
[C#]
public int CompressionQuality {get; set;}
[C++]
HRESULT get_CompressionQuality(
  long Value
);
[C++]
HRESULT put_CompressionQuality(
  System.Int32* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type long Value [out, retval]
Value is a parameter of type long*

Product Availability

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

See Also

IRasterStorageDef Interface