Back to Devexpress

IdxRichEditDocumentImage.GetImage Method

vcl-dxrichedit-dot-nativeapi-dot-idxricheditdocumentimage-7f4b942c.md

latest1.0 KB
Original Source

IdxRichEditDocumentImage.GetImage Method

Returns the Office Image container that hosts the inline image’s source bitmap.

Declaration

delphi
function GetImage: TdxOfficeImage;

Returns

Type
TdxOfficeImage

Remarks

Call this procedure to replace the inline image’s source bitmap or adjust its settings. Refer to the TdxOfficeImage class description for detailed information on all the available options.

The GetImage function is a getter of the Image property.

See Also

IdxRichEditShape.GetPicture

IdxRichEditDocumentImage Interface

IdxRichEditDocumentImage Members

dxRichEdit.NativeApi Unit