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

IdxRichEditReadOnlyDocumentImageCollection.Get(IdxRichEditDocumentRange) Method

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

#Declaration

#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