Skip to main content

IdxRichEditReadOnlyDocumentImageCollection.Get(IdxRichEditDocumentRange) Method

Returns a subset of the stored inline images within the specified text range.

Declaration

function Get(const ARange: IdxRichEditDocumentRange): IdxRichEditReadOnlyDocumentImageCollection;

Parameters

Name Type
ARange IdxRichEditDocumentRange

Returns

Type
IdxRichEditReadOnlyDocumentImageCollection

Remarks

Call this function to obtain a portion of the collection’s inline images located within the subdocument‘s text range passed as the ARange parameter. The Get function returns an empty collection if there are no stored inline images within the specified range.

See Also