Skip to main content
All docs
V24.1

UriOpeningEventArgs.OriginalUriString Property

Gets the original URI string from which the Uri object is created.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public string OriginalUriString { get; }

Property Value

Type Description
String

The original URI string from which the Uri object is created.

See Also