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


IExportJPEG.Quality Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportJPEG Interface > IExportJPEG.Quality Property
ArcGIS Developer Help

IExportJPEG.Quality Property

The JPEG compression / image quality. Range (0..100). Default is 100 (no compression / best quality).

[Visual Basic .NET]
Public Property Quality As Short
[C#]
public short Quality {get; set;}
[C++]
HRESULT get_Quality(
  short Quality
);
[C++]
HRESULT put_Quality(
  System.Int16* Quality
);
[C++]
Parameters
Quality [in]

Quality is a parameter of type short Quality [out, retval]
Quality is a parameter of type short*

Product Availability

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

See Also

IExportJPEG Interface