Visual Basic (Declaration) | |
---|---|
Public Property PngQualityFactor As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsXpsSaveOptions Dim value As Integer instance.PngQualityFactor = value value = instance.PngQualityFactor |
C# | |
---|---|
public int PngQualityFactor {get; set;} |
Property Value
Any value betwee 0 and 9. 0 = (default compression), 1 (fastest compression) ... 9 (highest compression ratio). Default value is 3.For an example, refer to CodecsXpsOptions.
The RasterCodecs object will use the PngQualityFactor value when images are saved with the RasterImageFormat.Xps format.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)