Link Search Menu Expand Document

RenderingOptionsJPEGQuality Property

Gets or sets the quality of output JPEG images.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public int JPEGQuality { get; set; }

Property Value

Type: Int32
The integer that represents the quality of JPEG output images. From 0 (min size) to 100 (max quality). Default is 80.

Implements

IRenderingOptionsJPEGQuality
See Also

Reference