LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

QualityFactor Property (CodecsEcwSaveOptions)






Gets or sets the quality factor for saving ECW files. .NET support WinRT support
Syntax
public int QualityFactor {get; set;}
'Declaration
 
Public Property QualityFactor As Integer
'Usage
 
Dim instance As CodecsEcwSaveOptions
Dim value As Integer
 
instance.QualityFactor = value
 
value = instance.QualityFactor
public int QualityFactor {get; set;}
 get_QualityFactor();
set_QualityFactor(value);
public:
property int QualityFactor {
   int get();
   void set (    int value);
}

Property Value

An integer value between 1 and 100 that specifies the quality factor used when saving ECW files where 1 is maximum quality and 100 is maximum compression. Default value is 1.
Example
For an example, refer to CodecsEcwOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsEcwSaveOptions Class
CodecsEcwSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.