DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / JpegOptions Class / ImageQuality Property

In This Topic
ImageQuality Property (JpegOptions)
In This Topic
Specifies the desired image fidelity. 0.0 indicates the lowest possible fidelity and 1.0 specifies the highest fidelity.
Syntax
'Declaration
 
Public Property ImageQuality As System.Nullable(Of Single)
 
Remarks
The default value is 0.9.
See Also