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

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

    Namespace: DevExpress.XtraPdfViewer

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