PdfUriOpeningEventArgs.OriginalUriString Property
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
public string OriginalUriString { get; }
Property Value
Type | Description |
---|---|
String | The original URI string from which the Uri object is created. |
See Also