Skip to main content
All docs
V18.2

SpreadsheetPrintOptions.RenderMode Property

Gets or sets a value that specifies the render mode of the printed document in the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

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

Property Value

Type Default Description
SpreadsheetPrintRenderMode **Gdi**

One of the SpreadsheetPrintRenderMode enumeration values.

Available values:

Name Description
Gdi

Specifies that the printed document is rendered using GDI.

GdiPlus

Specifies that the printed document is rendered using GDI+.

Property Paths

You can access this nested property as listed below:

Object Type Path to RenderMode
SpreadsheetControlOptions
.Print.RenderMode

Remarks

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

See Also