SpreadsheetPrintRenderMode Enum
In This Article
Lists values used to specify the render mode for the printed document.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
Name | Description |
---|---|
Gdi
|
Specifies that the printed document is rendered using GDI. |
Gdi
|
Specifies that the printed document is rendered using GDI+. |
#Related API Members
The following properties accept/return SpreadsheetPrintRenderMode values:
#Remarks
The values listed by the SpreadsheetPrintRenderMode enumeration are used by the WorkbookPrintOptions.RenderMode property.
See Also