ImageQuality Property (JpegOptions)
Specifies the desired image fidelity. 0.0 indicates the lowest possible fidelity and 1.0 specifies the highest fidelity.
public System.Nullable<float> ImageQuality {get; set;}
'Declaration
Public Property ImageQuality As System.Nullable(Of Single)