Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

PngQualityFactor Property








Gets or sets the PNG quality factor used saving a raster image as an Open XML Paper Specification (XPS) document.
Syntax
public int PngQualityFactor {get; set;}
'Declaration
 
Public Property PngQualityFactor As Integer
'Usage
 
Dim instance As CodecsXpsSaveOptions
Dim value As Integer
 
instance.PngQualityFactor = value
 
value = instance.PngQualityFactor
public int PngQualityFactor {get; set;}
public int getPngQualityFactor()
public void setPngQualityFactor(int qualityFactor)
            
 <br/>get_PngQualityFactor();<br/>set_PngQualityFactor(value);<br/>Object.defineProperty('PngQualityFactor'); 
public:
property int PngQualityFactor {
   int get();
   void set (    int value);
}

Property Value

Any value between 0 and 9. 0 = (default compression), 1 (fastest compression) ... 9 (highest compression ratio). Default value is 3.
Remarks
The RasterCodecs object will use the PngQualityFactor value when images are saved with the RasterImageFormat.Xps format.
Example
For an example, refer to CodecsXpsOptions.
Requirements

Target Platforms

See Also

Reference

CodecsXpsSaveOptions Class
CodecsXpsSaveOptions Members

Error processing SSI file