Skip to main content
All docs
V25.1
  • UriOpeningEventArgs.OriginalUriString Property

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

    Namespace: DevExpress.Xpf.PdfViewer

    Assembly: DevExpress.Xpf.PdfViewer.v25.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