Skip to main content
A newer version of this page is available.
All docs
V19.2

GetDocumentPasswordEventArgs(String) Constructor

Initializes a new instance of the GetDocumentPasswordEventArgs class with the specified parameter.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public GetDocumentPasswordEventArgs(
    string path
)

Parameters

Name Type Description
path String

A String object that is the path to a PDF file that is requested to be opened in the PDF Viewer.

See Also