IdxRichEditDocumentImageCollection Interface
In This Article
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:
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
IInterface
IdxReadOnlyList<T>
IdxRichEditReadOnlyDocumentImageCollection
IdxRichEditDocumentImageCollection
See Also