Back to Devexpress

DocumentImage.Uri Property

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

latest1.1 KB
Original Source

DocumentImage.Uri Property

Gets or sets the original location from where the image has been inserted.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
string Uri { get; set; }
vb
Property Uri As String

Property Value

TypeDescription
String

A string specifying the image source URI.

|

See Also

DocumentImage Interface

DocumentImage Members

DevExpress.XtraRichEdit.API.Native Namespace