PdfDocument(String, String) Constructor

Constructs a PDF document from a password protected file

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfDocument(
	string pdfFilePath,
	string password
)

Parameters

pdfFilePath  String
The PDF file full path
password  String
The PDF document password

See Also