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

IdxRichEditDocumentImageCollection Interface

Exposes a collection of inline images in a subdocument.

#Declaration

Delphi
IdxRichEditDocumentImageCollection = interface(IdxRichEditReadOnlyDocumentImageCollection)

#Remarks

This interface provides access to the properties and methods that allow you to:

  • Append or insert a new inline image (Append and Insert);

  • Identify the total number of inline images within a subdocument (Count and GetCount);

  • Obtain a subset of the collection’s inline images within the specified text range (Get);

  • Access individual inline images in the collection (Self and GetItem).

The subdocument’s Images property exposes the IdxRichEditDocumentImageCollection interface.

#Inheritance

See Also