Options.PrintDrawingObjects property (Word)
True if Microsoft Word prints drawing objects. Read/write Boolean.
Syntax
expression. PrintDrawingObjects
expression An expression that returns an Options object.
Example
This example sets Word to print drawing objects, and then it prints the active document.
Options.PrintDrawingObjects = True
ActiveDocument.PrintOut
This example returns the current status of the Drawing objects option on the Print tab in the Options dialog box (Tools menu).
temp = Options.PrintDrawingObjects
See also
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.