PdfCodecCompressionJpegQuality 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 value of 80.
Namespace:
Atalasoft.Imaging.Codec.Pdf
Assembly:
Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int JpegQuality { get; set; }
Public Property JpegQuality As Integer
Get
Set
Property Value
Type:
Int32Remarks
The lower the quality, the smaller the filesize. A good range of values is
between 70 and 95.
See Also