Skip to main content

PdfViewerControl.DocumentUri Property

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

public Uri DocumentUri { get; set; }

Property Value

Type Description
Uri

A System.Uri object that is the document URI.

Remarks

The DocumentUri property has a lower priority than the PdfViewerControl.DocumentSource property.

See Also