PrintProperties Property Example

This example sets Word to print document summary information on a separate page at the end of the document, and then it prints the active document.

Options.PrintProperties = True
ActiveDocument.PrintOut

This example returns the current status of the Document properties option on the Print tab in the Options dialog box.

temp = Options.PrintProperties