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

WorkbookPrintOptions.RenderMode Property

Gets or sets the render mode for the printed document.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

[DefaultValue(SpreadsheetPrintRenderMode.Gdi)]
[XtraSerializableProperty]
public SpreadsheetPrintRenderMode RenderMode { get; set; }

Property Value

Type Default Description
SpreadsheetPrintRenderMode **Gdi**

An enumeration value that specifies the render mode.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RenderMode
WinForms Controls SpreadsheetControlOptions
.Print.RenderMode
Office File API DocumentOptions
.Print.RenderMode

Remarks

Use the RenderMode property to specify which library (GDI or GDI+) should be used to generate a printed document’s layout.

See Also