Gets or sets the PNG quality factor used saving a raster image as an Open XML Paper Specification (XPS) document.
public int PngQualityFactor {get; set;}
public int PngQualityFactor {get; set;}
get_PngQualityFactor();
set_PngQualityFactor(value);
public:
property int PngQualityFactor {
int get();
void set ( int value);
}
'Declaration
Public Property PngQualityFactor As Integer
'Usage
Dim instance As CodecsXpsSaveOptions
Dim value As Integer
instance.PngQualityFactor = value
value = instance.PngQualityFactor
Property Value
Any value between 0 and 9. 0 = (default compression), 1 (fastest compression) ... 9 (highest compression ratio). Default value is 3.
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