←Select platform

QualityFactor Property

Summary
Quality Factor (Q. Factor) for lossy image compression.
Syntax
C#
VB
C++
Java
public int QualityFactor { get; set; } 
Public Property QualityFactor As Integer 
public int getQualityFactor(); 
public void setQualityFactor( 
   int intValue 
); 
public: 
property int QualityFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

The Quality Factor to use when saving compressed images.

Remarks

For more information see Leadtools.Codecs.CodecsJpegSaveOptions.QualityFactor.

Example

For an example, refer to PDFOptimizerOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.