DocumentInsertDocument(Int32, Document) Method

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public void InsertDocument(
	int insertIndex,
	Document doc
)

Parameters

insertIndex  Int32
The page index where to start insertion in this document
doc  Document
The document to be inserted

See Also