Overload List
Name | Description | |
---|---|---|
AppendDocument(Document) |
Appends the document given as parameter to the current document.
The appended document must remain open until the current document is saved
| |
AppendDocument(Document, Int32, Int32) |
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
| |
AppendDocument(Document, Boolean, Boolean, Boolean) |
Appends 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
| |
AppendDocument(Document, Int32, Int32, Boolean, Boolean, Boolean) |
Appends 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