Skip to main content

IdxRichEditDocumentImageCollection Interface

Exposes a collection of inline images in a subdocument.

Declaration

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