PdfDocument(String, String) Constructor
Constructs a PDF document from a password protected file
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfDocument(
string pdfFilePath,
string password
)
Public Sub New (
pdfFilePath As String,
password As String
)
public:
PdfDocument(
String^ pdfFilePath,
String^ password
)
new :
pdfFilePath : string *
password : string -> PdfDocument
Parameters
- pdfFilePath String
- The PDF file full path
- password String
- The PDF document password