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