PdfDocumentAddDocument(String, String) Method
Adds a password protected PDF file to the end of this document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddDocument(
string pdfFile,
string password
)
Public Sub AddDocument (
pdfFile As String,
password As String
)
public:
void AddDocument(
String^ pdfFile,
String^ password
)
member AddDocument :
pdfFile : string *
password : string -> unit
Parameters
- pdfFile String
- The full path of the PDF file to add
- password String
- The password of added PDF document