JpegEncoderQuality Property |
Gets or sets the quality level of the Jpeg as it's encoded to a file. Valid values are 1 - 100 with a
default of 75.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int Quality { get; set; }
Public Property Quality As Integer
Get
Set
Property Value
Type:
Int32 The quality level of the Jpeg as it's encoded to a file.
Remarks The lower the quality, the smaller the filesize. A good range of values is between 70 and 95.
See Also