←Select platform

QualityFactor Property (CodecsPngSaveOptions)

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) 
             
  
get_QualityFactor(); 
set_QualityFactor(value); 
Object.defineProperty('QualityFactor');  
public: 
property int QualityFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Example

For an example, refer to CodecsPngOptions.

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