UriPdfDocumentSource.Uri Property
Returns the PDF file identifier. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
[TypeConverter(typeof(UriTypeConverter))]
public Uri Uri { get; set; }
Property Value
Type | Description |
---|---|
Uri | The PDF file identifier. |
See Also