PdfDocumentAddDocument(Byte, String) Method

Adds a password protected PDF from data to the end of this document

Definition

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

Parameters

pdfData  Byte
The PDF document data
password  String
The password of added PDF document

See Also