Winnovative Logo

DocumentInsertDocument Method (Int32, Byte)

Winnovative Client for .NET Core
Inserts the PDF document given as parameter in the current document at the given page index

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public void InsertDocument(
	int insertIndex,
	byte[] pdfData
)

Parameters

insertIndex
Type: SystemInt32
The page index where to start insertion in this document
pdfData
Type: SystemByte
The PDF document data
See Also

Reference