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

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

Declaration

public string Path { get; }

Property Value

Type Description
String

A string value specifying the path to a PDF file.

See Also