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

PdfUriOpeningEventArgs.Uri Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PdfViewer

Declaration

public Uri Uri { get; }

Property Value

Type Description
Uri

A Uri object that is the document URI.

See Also