PdfUriOpeningEventArgs.Uri Property
Returns the URI to be opened.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public Uri Uri { get; }
Property Value
Type | Description |
---|---|
Uri | The URI to be opened. |
See Also