SpreadsheetGear 2023
PrintQualityVertical Property (IPageSetup)


SpreadsheetGear Namespace > IPageSetup Interface : PrintQualityVertical Property
Gets or sets the vertical print quality in dots per inch.
Syntax
'Declaration
 
Property PrintQualityVertical As System.Integer
'Usage
 
Dim instance As IPageSetup
Dim value As System.Integer
 
instance.PrintQualityVertical = value
 
value = instance.PrintQualityVertical
System.int PrintQualityVertical {get; set;}
Remarks

When printing with square resolutions, such as at 600x600 DPI, set IPageSetup.PrintQualityVertical to zero.

To print at non-square resolutions, set IPageSetup.PrintQuality to the horizontal resolution and 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
PrintQuality Property