PdfViewerControl.DocumentUri Property
In This Article
Gets or sets a URI that defines the location of a PDF file. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Uri | A System. |
#Remarks
The DocumentUri property has a lower priority than the PdfViewerControl.DocumentSource property.
See Also