PdfDocumentAddDocument(String, String) Method

Adds a password protected PDF file to the end of this document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddDocument(
	string pdfFile,
	string password
)

Parameters

pdfFile  String
The full path of the PDF file to add
password  String
The password of added PDF document

See Also