Options.PictureWrapType Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdWrapTypeMerged PictureWrapType { Microsoft::Office::Interop::Word::WdWrapTypeMerged get(); void set(Microsoft::Office::Interop::Word::WdWrapTypeMerged value); };
public Microsoft.Office.Interop.Word.WdWrapTypeMerged PictureWrapType { get; set; }
member this.PictureWrapType : Microsoft.Office.Interop.Word.WdWrapTypeMerged with get, set
Public Property PictureWrapType As WdWrapTypeMerged

Property Value

Remarks

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

Applies to