Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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