PrintBackground Property

Applies To

Options object.

Description

True if Word prints in the background. Read/write Boolean.

See Also

BackgroundPrintingStatus property, PrintOut method.

Example

This example sets Word to print documents in the background, and then it prints the active document.

Options.PrintBackground = True
ActiveDocument.PrintOut
This example returns the current status of the Background printing option on the Print tab in the Options dialog box.

temp = Options.PrintBackground