Winnovative Logo

DocumentInsertDocument Method (Int32, String)

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient (in WinnovativeClient.dll) Version: 17.0.0.0 (17.0.0.0)
Syntax

public void InsertDocument(
	int insertIndex,
	string pdfFilePath
)

Parameters

insertIndex
Type: SystemInt32
The page index where to start insertion in this document
pdfFilePath
Type: SystemString
The PDF document full path
See Also

Reference