Skip to main content

TdxSpreadSheetTableViewOptionsPrintPrinting.Draft Property

Specifies if a particular Table View worksheet is printed in draft quality.

Declaration

property Draft: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default
TdxDefaultBoolean bDefault

Remarks

Set this property to bTrue to print a worksheet as a draft if the selected printing device supports this mode. If the Draft property is set to bFalse, the draft print mode is explicitly disabled for the worksheet. The bDefault value corresponds to the default draft print mode state in the XLSX and XLTX spreadsheet document formats (that is, disabled).

You can use the ActualDraft property to identify if the draft print mode is active.

The default Draft property value is bDefault.

See Also