Options.PictureWrapType Property

Sets or returns a WdWrapTypeMerged constant that indicates how Microsoft Word wraps text around pictures.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property PictureWrapType As WdWrapTypeMerged
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdWrapTypeMerged

value = instance.PictureWrapType

instance.PictureWrapType = value
WdWrapTypeMerged PictureWrapType { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdWrapTypeMerged

Remarks

This is a default option setting and affects all pictures inserted unless picture wrapping is individually defined for a picture.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace