HiQPdf Documentation

PdfDocumentAddDocument Method (Int32, String, String)

HiQPdf Client for .NET Core
Inserts a password protected PDF file 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,
	string pdfFile,
	string password
)

Parameters

startIndex
Type: SystemInt32
The page index where to insert the document
pdfFile
Type: SystemString
The full path of the PDF file to insert
password
Type: SystemString
The password of inserted PDF document
See Also

Reference