EVO HTML to PDF Converter

DocumentInsertDocument Method (Int32, Document)

EVO HTML to PDF Converter for .NET Documentation
Inserts the document given as parameter in the current document at the given page index. The appended document must remain open until the current document is saved

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public void InsertDocument(
	int insertIndex,
	Document doc
)

Parameters

insertIndex
Type: SystemInt32
The page index where to start insertion in this document
doc
Type: EvoPdfDocument
The document to be inserted
See Also

Reference