←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.PdfCompressor Assembly