Overload List
Name | Description | |
---|---|---|
InsertDocument(Int32, Byte) |
Inserts the PDF document given as parameter in the current document at the given page index
| |
InsertDocument(Int32, String) |
Inserts the PDF file given as parameter in the current document at the given page index
| |
InsertDocument(Int32, Byte, String) |
Inserts the password protected PDF document given as parameter in the current document at the given page index
| |
InsertDocument(Int32, String, String) |
Inserts the password protected PDF file given as parameter in the current document at the given page index
| |
InsertDocument(Int32, Byte, Boolean, Boolean, Boolean) |
Inserts the PDF document given as parameter to the current document and optionally applies the current document header and footer to the
appended document pages
| |
InsertDocument(Int32, String, Boolean, Boolean, Boolean) |
Inserts the PDF file given as parameter to the current document and optionally applies the current document header and footer to the
appended document pages
| |
InsertDocument(Int32, Byte, String, Boolean, Boolean, Boolean) |
Inserts the password protected PDF document given as parameter to the current document and optionally applies the current document header and footer to the
appended document pages
| |
InsertDocument(Int32, String, String, Boolean, Boolean, Boolean) |
Inserts the password protected PDF file given as parameter to the current document and optionally applies the current document header and footer to the
appended document pages
|
See Also