Winnovative Word to PDF Converter

DocumentInsertDocument Method (Int32, Document, Int32, Int32)

Winnovative Word to PDF Converter Documentation
Inserts a range of pages from 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:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public void InsertDocument(
	int insertIndex,
	Document doc,
	int fromPageIndex,
	int pageCount
)

Parameters

insertIndex
Type: SystemInt32
The page index where to start insertion in this document
doc
Type: WnvWordToPdfDocument
The document to be inserted
fromPageIndex
Type: SystemInt32
The page index in appended PDF document from where to start copying the pages
pageCount
Type: SystemInt32
The number of pages to insert
See Also

Reference