Skip to main content
A newer version of this page is available. .

DocumentImage.Range Property

Gets the range to which the inline image belongs.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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