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
Assembly: wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax
Parameters
- doc
 - Type: WinnovativeDocument
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