EVO HTML to PDF Converter

DocumentInsertDocument Method (Int32, Byte, String)

EVO PDF Client for .NET Documentation
Inserts the password protected PDF document given as parameter in the current document at the given page index

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

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

Parameters

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

Reference