Field.InlineShape Property

Returns a InlineShape object that represents the picture, OLE object, or ActiveX control that is the result of an INCLUDEPICTURE or EMBED field.

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

Syntax

'Declaration
ReadOnly Property InlineShape As InlineShape
    Get
'Usage
Dim instance As Field
Dim value As InlineShape

value = instance.InlineShape
InlineShape InlineShape { get; }

Property Value

Type: Microsoft.Office.Interop.Word.InlineShape

Remarks

An InlineShape object is treated like a character and is positioned as a character within a line of text.

See Also

Reference

Field Interface

Field Members

Microsoft.Office.Interop.Word Namespace