PrintDraft Property

Applies To

Options object.

Description

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

Note Not all printers support draft printing.

See Also

PrintDrawingObjects property, PrintOut method.

Example

This example sets Word to use draft printing, and then it 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.

temp = Options.PrintDraft