Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetPrintRenderMode Enum

Lists values used to specify the render mode for the printed document.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v20.1.Core.dll

Declaration

public enum SpreadsheetPrintRenderMode

Members

Name Description
Gdi

Specifies that the printed document is rendered using GDI.

GdiPlus

Specifies that the printed document is rendered using GDI+.

Remarks

The values listed by the SpreadsheetPrintRenderMode enumeration are used by the WorkbookPrintOptions.RenderMode property.

See Also