Skip to main content
All docs
V24.1

PdfUriOpeningEventArgs.OriginalUriString Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v24.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public string OriginalUriString { get; }

Property Value

Type Description
String

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

See Also