ArcObjects Library Reference (Output)  

IJpegExporter.Quality Property

The JPEG compression / image 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(
  short Quality
);
[C++]

Parameters

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

Product Availability

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

See Also

IJpegExporter Interface