PdfTranslatorJpegQuality Property |
Sets or gets the JpegQuality that will be used for images compressed with Jpeg.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.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:
Int32 A value between 1 and 100, inclusive
Remarks Higher values are better quality. Lower values create smaller files. The default is 80.
See Also