 | JpegImageOptionsJpegQuality Property |
The JPEG quality factor
Get or set the JPEG compression quality.
Valid values are 1, or 100, or in between.
Default: 85
Namespace: PdfTools.Pdf2ImageAssembly: PdfTools (in PdfTools.dll) Version: 1.13.1+c1edd0fb6162605291bc60916112af48eb301945
Syntaxpublic int JpegQuality { get; set; }
Property Value
Int32
ExceptionsException | Condition |
---|
ArgumentException | [set] The given value is smaller than 1 or greater than 100. |
See Also