Skip to main content
Row

ChartSheetPrintOptions.Draft Property

Gets or sets whether to print the chart sheet using the draft quality setting.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Draft { get; set; }

Property Value

Type Description
Boolean

true, to use draft quality printing; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Draft
ChartSheet
.PrintOptions .Draft

Remarks

Note

Currently, the Draft option is not taken into account when printing a document from the Spreadsheet components. However, this property value is saved to a file, so you can use Microsoft® Excel® or another spreadsheet application to load and print a document.

See Also