←Select platform

QualityFactor Property (CodecsJpegSaveOptions)

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) 
             
  
get_QualityFactor(); 
set_QualityFactor(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize