Options.AutoCreateNewDrawings Property
True for Microsoft Word to draw newly created shapes in a drawing canvas.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoCreateNewDrawings As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AutoCreateNewDrawings
instance.AutoCreateNewDrawings = value
bool AutoCreateNewDrawings { get; set; }
Property Value
Type: System.Boolean
Remarks
The AutoCreateNewDrawings property only affects shapes as they are added from within Word. If shapes are added programmatically, they are added as specified in the code regardless of whether this option is set to True or False.