Winnovative Excel to PDF Converter

DocumentAppendDocument Method (Document, Int32, Int32)

Winnovative Excel to PDF Converter Documentation
Appends a range of pages from the document given as parameter to the current document. The appended document must remain open until the current document is saved

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public void AppendDocument(
	Document doc,
	int fromPageIndex,
	int pageCount
)

Parameters

doc
Type: Winnovative.ExcelToPdfDocument
The document to be appended
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 append
See Also

Reference