HiQPdf Documentation

PdfDocumentAddDocument Method (Int32, Byte, String)

HiQPdf Client for .NET Core
Inserts a password protected PDF from data starting at a given page index in this document

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

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

Parameters

startIndex
Type: SystemInt32
The page index where to insert the document
pdfData
Type: SystemByte
The PDF document data
password
Type: SystemString
The password of inserted PDF document
See Also

Reference