HiQPdf Documentation

PdfDocumentAddDocument Method (Int32, Byte)

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

Parameters

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

Reference