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

Set PrintQuality to zero to use the default resolution of the output device.

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