Click or drag to resize

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; }

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