HiQPdf Documentation

PdfDocumentAddDocument Method (Int32, String)

HiQPdf Client for .NET Core
Inserts a 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
)

Parameters

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

Reference