SpreadsheetGear Namespace > IPageSetup Interface : PrintQuality Property |
'Declaration
Property PrintQuality As System.Integer
'Usage
Dim instance As IPageSetup Dim value As System.Integer instance.PrintQuality = value value = instance.PrintQuality
System.int PrintQuality {get; set;}
read-write property PrintQuality: System.Integer;
function get,set PrintQuality : System.int
Set IPageSetup.PrintQuality to zero to use the default resolution of the output device.
To print at non-square resolutions, set IPageSetup.PrintQuality to the horizontal resolution and set IPageSetup.PrintQualityVertical to the vertical resolution.
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