HiQPdf Documentation

PdfDocument Constructor (String, String)

Quickly Create High Quality PDFs
Constructs a PDF document from a password protected file

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfDocument(
	string pdfFilePath,
	string password
)

Parameters

pdfFilePath
Type: SystemString
The PDF file full path
password
Type: SystemString
The PDF document password
See Also

Reference