DocumentInsertDocument(Int32, Byte) Method

Inserts the PDF document given as parameter in the current document at the given page index

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void InsertDocument(
	int insertIndex,
	byte[] pdfData
)

Parameters

insertIndex  Int32
The page index where to start insertion in this document
pdfData  Byte
The PDF document data

See Also