QFactor Property

Summary
Gets or sets the quality factor value (valid only for JPEG compression). The default quality factor is 50.
Syntax
C#
VB
C++
public int QFactor { get; set; } 
Public Property QFactor As Integer 
public: 
property int QFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

The quality factor value (valid only for JPEG compression). The default quality factor is 50.

Example

Refer to PdfCompressorEngine example.

Requirements

Target Platforms

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

Leadtools.PdfCompressor Assembly

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