Skip to main content
All docs
V20.2

GetDocumentPasswordEventArgs(String) Constructor

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

Namespace: DevExpress.Xpf.PdfViewer

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

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

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