Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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