[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.PrintQuality

PrintQuality Property

PrintQuality

Gets or sets a PrintQuality value that represents the print quality of this page. Default is 600 dpi.

Use this property to determine the current page print resolution that will be applied when the worksheet is printed.

Declaration
PrintQuality PrintQuality { get; set; }
Property PrintQuality As PrintQuality
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.PrintQuality = PrintQuality.Dpi144;
PrintQuality printQuality = pageSetup.PrintQuality;