SpreadsheetGear Namespace > IPageSetup Interface : PrintQualityVertical Property |
Gets or sets the vertical print quality in dots per inch.
[Visual Basic]
Overridable Property PrintQualityVertical As Integer
[C#]
virtual int PrintQualityVertical {get; set;}
[C++]
__property virtual int get_PrintQualityVertical();
__property virtual void set_PrintQualityVertical(
int value
);
[C++/CLI]
virtual property int PrintQualityVertical {
int get();
void set (int value);
}
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
IPageSetup Interface | IPageSetup Members | PrintQuality Property
See our live Excel Reporting, Excel Charting, Excel to DataGrid and Excel Calculation Samples.
Copyright © 2003-2007 SpreadsheetGear LLC. All Rights Reserved.
SpreadsheetGear and Spreadsheet Gear are trademarks of SpreadsheetGear LLC.