JpegXrEncoderImageQualityLevel Property |
Gets or sets the image quality level.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public float ImageQualityLevel { get; set; }
Public Property ImageQualityLevel As Single
Get
Set
Property Value
Type:
Single The image quality level. The range is 0 to 1.0. The default value is 0.9. A value of 1.0 represents a
lossless image quality.
See Also