JpegXrEncoderQualityLevel Property |
Gets or sets the compression quality for the main image.
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 byte QualityLevel { get; set; }
Public Property QualityLevel As Byte
Get
Set
Property Value
Type:
Byte The compression quality for the main image. A value of 1 is considered lossless and higher values indicate a
high compression ratio and lower image quality. The range is 0 to 255. The default value is 1.
See Also