SpreadsheetGear 2017
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;}
read-write property PrintQualityVertical: System.Integer; 
function get,set PrintQualityVertical : System.int
__property System.int get_PrintQualityVertical();
__property void set_PrintQualityVertical( 
   System.int value
);
property System.int PrintQualityVertical {
   System.int get();
   void set (    System.int value);
}
Remarks

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

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