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
Namespace: Winnovative
Assembly: wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax
Parameters
- insertIndex
- Type: System.Int32
The page index where to start insertion in this document - doc
- Type: Winnovative.Document
The document to be inserted
See Also