Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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