Field.InlineShape Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a InlineShape object that represents the picture, OLE object, or ActiveX control that is the result of an INCLUDEPICTURE or EMBED field.
public:
property Microsoft::Office::Interop::Word::InlineShape ^ InlineShape { Microsoft::Office::Interop::Word::InlineShape ^ get(); };
public Microsoft.Office.Interop.Word.InlineShape InlineShape { get; }
member this.InlineShape : Microsoft.Office.Interop.Word.InlineShape
Public ReadOnly Property InlineShape As InlineShape
Property Value
Remarks
An InlineShape object is treated like a character and is positioned as a character within a line of text.