SpreadsheetGear 2023
PrintQuality Property (IPageSetup)


SpreadsheetGear Namespace > IPageSetup Interface : PrintQuality Property
Gets or sets the print quality in dots per inch.
Syntax
'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;}
Remarks

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.

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

IPageSetup Interface
IPageSetup Members
PrintQualityVertical Property