SubDocument.GetImages(DocumentRange) Method
Obsolete. Gets all inline images in the specified document range.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
Declaration
[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ReadOnlyDocumentImageCollection.Get(DocumentRange range)' method instead.")]
DocumentImageCollection GetImages(
DocumentRange range
)
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ReadOnlyDocumentImageCollection.Get(DocumentRange range)' method instead.")>
Function GetImages(
range As DocumentRange
) As DocumentImageCollection
Parameters
Name | Type | Description |
---|---|---|
range | DocumentRange | A DocumentRange specifying the range in which to search for images. |
Returns
Type | Description |
---|---|
DocumentImageCollection | A DocumentImageCollection object which holds the located images. |
See Also