SpreadsheetGear Namespace > IPageSetup Interface : PrintQuality Property |
Gets or sets the print quality in dots per inch.
[Visual Basic]
Overridable Property PrintQuality As Integer
[C#]
virtual int PrintQuality {get; set;}
[C++]
__property virtual int get_PrintQuality();
__property virtual void set_PrintQuality(
int value
);
[C++/CLI]
virtual property int PrintQuality {
int get();
void set (int value);
}
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.
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 | PrintQualityVertical 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.