Options.PrintProperties property (Word)

True if Microsoft Word prints document summary information on a separate page at the end of the document. Read/write Boolean.

Syntax

expression. PrintProperties

expression An expression that returns an Options object.

Remarks

False if document summary information is not printed. Summary information is found in the Properties dialog box (File menu).

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 (Tools menu).

temp = Options.PrintProperties

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.