HiQPdf Documentation

PdfDocumentAddDocument Method (Byte, String)

HiQPdf Client for .NET Core
Adds a password protected PDF from data to the end of this document

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void AddDocument(
	byte[] pdfData,
	string password
)

Parameters

pdfData
Type: SystemByte
The PDF document data
password
Type: SystemString
The password of added PDF document
See Also

Reference