Back to Devexpress

IdxRichEditDocumentImage.Image Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditdocumentimage-030bcbda.md

latest1.2 KB
Original Source

IdxRichEditDocumentImage.Image Property

Provides access to the Office Image container that hosts the inline image’s source bitmap.

Declaration

delphi
property Image: TdxOfficeImage read;

Property Value

Type
TdxOfficeImage

Remarks

You can use this property to replace a picture currently displayed as the inline image by calling the Image.LoadFromFile or Image.AssignFromSmartImage procedure. Refer to the TdxOfficeImage class description for detailed information on all the available options.

See Also

IdxRichEditDocumentImage.GetImage

IdxRichEditDocumentImage Interface

IdxRichEditDocumentImage Members

dxRichEdit.NativeApi Unit