PdfDocumentAddDocument(Int32, Byte) Method

Inserts a PDF from data starting at a given page index in this document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddDocument(
	int startIndex,
	byte[] pdfData
)

Parameters

startIndex  Int32
The page index where to insert the document
pdfData  Byte
The PDF document data

See Also