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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.PdfCompressor Assembly