Back to Devexpress

DocumentImage.Range Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentimage.md

latest1.7 KB
Original Source

DocumentImage.Range Property

Gets the range to which the inline image belongs.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
DocumentRange Range { get; }
vb
ReadOnly Property Range As DocumentRange

Property Value

TypeDescription
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

Insert

InsertPicture

DocumentImage Interface

DocumentImage Members

DevExpress.XtraRichEdit.API.Native Namespace