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: WnvWordToPdf
Assembly: wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax
Parameters
- doc
- Type: WnvWordToPdfDocument
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