Skip to main content

DocumentImage.Range Property

Gets the range to which the inline image belongs.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

DocumentRange Range { get; }

Property Value

Type Description
DocumentRange

A DocumentRange object specifying the image location in the document.

Remarks

Use the DocumentImageCollection.Insert method or execute the InsertPictureCommand command to add an image to the document.

See Also