Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

QualityFactor Property

Show in webframe
Degree of loss in the compression process. This applies to JPEG compression only.
Syntax
get_qualityFactor();
set_qualityFactor(value);
Object.defineProperty('qualityFactor');

Property Value

TypeDescription
intA QualityFactor determines the degree of loss in the compression process. The default value is 80.
Remarks

QualityFactor is a number that determines the degree of loss in the compression process.

This applies to JPEG compression only.

Example
For an example, refer to PdfDocumentOptions.
See Also

Reference

PdfDocumentOptions Object
PdfDocumentOptions Members

Error processing SSI file