PrintDrawingObjects Property
Applies To
Options object.
Description
True if Word prints drawing objects. Read/write Boolean.
See Also
Shapes property, ShowDrawings property, ShowPicturePlaceHolders property.
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.
temp = Options.PrintDrawingObjects