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.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