PdfUriOpeningEventArgs.OriginalUriString Property
In This Article
Returns the original URI string from which the Uri object is created.’
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public string OriginalUriString { get; }
#Property Value
Type | Description |
---|---|
String | The original URI string from which the Uri object is created. |
See Also