Property JpegQuality
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
JpegQuality
Gets or sets the JPEG quality.
public int JpegQuality { get; set; }
Property Value
- int
The quality to use in JPEG encoder.
Remarks
The JPEG quality value should be between 1 and 100 inclusive.
The quality value of 100 preserves most details but produces biggest output.