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

UriOpeningEventArgs.Uri Property

Gets the opened document’s URI (Uniform Resource Identifier).

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public Uri Uri { get; }

Property Value

Type Description
Uri

A Uri object that is the document URI.

See Also