DocumentInsertDocument Method

Overload List

InsertDocument(Int32, Document) 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
InsertDocument(Int32, Document, Int32, Int32) 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
InsertDocument(Int32, Document, Boolean, Boolean, Boolean) Inserts the document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages if the appended document was loaded from an external file or stream
InsertDocument(Int32, Document, Int32, Int32, Boolean, Boolean, Boolean) Inserts a range of pages from the document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages if the appended document was loaded from an external file or stream

See Also