Options.PrintDraft property (Word)

True if Microsoft Word prints using minimal formatting. Read/write Boolean.

Syntax

expression. PrintDraft

expression An expression that returns an Options object.

Remarks

Not all printers support draft printing.

Example

This example sets Word to use draft printing and then prints the active document.

Options.PrintDraft = True 
ActiveDocument.PrintOut

This example returns the current status of the Draft output option on the Print tab in the Options dialog box (Tools menu).

temp = Options.PrintDraft

See also

Options Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.