DocumentImage.Range Property
In This Article
Gets the range to which the inline image belongs.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DocumentRange Range { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
#Remarks
Use the DocumentImageCollection.Insert method or execute the InsertPictureCommand command to add an image to the document.
See Also