←Select platform

QualityFactor Property

Summary

Gets and sets the Quality Factor (QFactor) to use when saving JPEG, LEAD CMP and other compressed images that support Quality Factor.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int QualityFactor { get; set; } 
Public Property QualityFactor As Integer 
public int QualityFactor {get; set;} 
@property (nonatomic, assign) NSInteger qualityFactor 
public int getQualityFactor() 
public void setQualityFactor(int value) 
             
 <br/>get_QualityFactor();<br/>set_QualityFactor(value);<br/>Object.defineProperty('QualityFactor');  
public: 
property int QualityFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

The Quality Factor to use when saving JPEG and LEAD CMP compressed images.

Remarks

You can set a value from 2 to 255, where 2 is the highest quality and 255 is the most compression.

You can also use a factor of 0 to produce lossless JPEG files.

For information on formats that support quality factor, refer to Compression Quality Factors.

Example

For an example, refer to CodecsJpegOptions.

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.Codecs Assembly