PdfDocumentAddDocument(Byte, String) Method
Adds a password protected PDF from data to the end of this document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public void AddDocument(
byte[] pdfData,
string password
)
Parameters
- pdfData Byte
- The PDF document data
- password String
- The password of added PDF document