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


IRasterAnalysisGDBEnvironment.JpegQuality Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.JpegQuality Property

Jpeg compression quality in the RasterAnalysis.

[Visual Basic .NET]
Public Property JpegQuality As Integer
[C#]
public int JpegQuality {get; set;}
[C++]
HRESULT get_JpegQuality(
  long* JpegQuality
);
[C++]
HRESULT put_JpegQuality(
  long JpegQuality
);
[C++]

Parameters JpegQuality [out, retval] JpegQuality is a parameter of type long JpegQuality [in] JpegQuality is a parameter of type long

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface