Degree of loss in the compression process. This applies to JPEG compression only.
public int QualityFactor { get; set; }
Public Property QualityFactor As Integer
public int QualityFactor {get; set;}
@property (nonatomic, assign) NSInteger qualityFactor
public int getQualityFactor()
public void setQualityFactor(int qualityFactor)
<br/>get_QualityFactor();<br/>set_QualityFactor(value);<br/>Object.defineProperty('QualityFactor');
A QualityFactor determines the degree of loss in the compression process. The default value is 80.
QualityFactor is a number that determines the degree of loss in the compression process.
This applies to JPEG compression only.
0 - Lossless
2 - 255 Lossy (2 - Best Quality, 255 - Best Compression)
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET