Skip to main content

GetDocumentPasswordEventArgs.Path Property

Returns the path to a PDF file that is requested to be opened in the PDF Viewer.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public string Path { get; }

Property Value

Type Description
String

A string value specifying the path to a PDF file.

See Also