Overload List
| Name | Description | |
|---|---|---|
|  | AppendDocument(Byte) | 
            Appends the PDF document given as parameter to the current document
             | 
|  | AppendDocument(String) | 
            Appends the PDF file given as parameter to this document
             | 
|  | AppendDocument(Byte, String) | 
            Appends the password protected PDF document given as parameter to the current document
             | 
|  | AppendDocument(String, String) | 
            Appends the password protected PDF file given as parameter to this document
             | 
|  | AppendDocument(Byte, Boolean, Boolean, Boolean) | 
            Appends the PDF document given as parameter to the current document and optionally applies the current document header and footer to the 
            appended document pages
             | 
|  | AppendDocument(String, Boolean, Boolean, Boolean) | 
            Appends the PDF file given as parameter to the current document and optionally applies the current document header and footer to the 
            appended document pages
             | 
|  | AppendDocument(Byte, String, Boolean, Boolean, Boolean) | 
            Appends 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
             | 
|  | AppendDocument(String, String, Boolean, Boolean, Boolean) | 
            Appends 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
