←Select platform

QualityFactor Property

Summary

Gets and sets the Quality Factor for saving PNG files.

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

Any value between 0 and 10. 0 = (default compression), 1 (fastest compression) to 9 (highest compression ratio), 10 (no compression).

Default value is 3.

Example

For an example, refer to CodecsPngOptions.

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