Skip to main content

XlPageSetup.Draft Property

Gets or sets a value indicating whether the worksheet should be printed without graphics and graphic elements (such as gridlines).

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Draft { get; set; }

Property Value

Type Description
Boolean

true, to exclude graphics from the printout; otherwise, false.

Remarks

To specify page options for a worksheet, set the IXlSheet.PageSetup property to an instance of the XlPageSetup class that controls the page orientation, paper size, scaling options, printing DPI and other settings. For more information on how to adjust page formatting options, refer to the How to: Specify Print Settings article.

See Also