EVO HTML to PDF Converter

DocumentInsertDocument Method

EVO PDF Client for .NET Documentation
Overload List

  NameDescription
Public methodInsertDocument(Int32, Byte)
Inserts the PDF document given as parameter in the current document at the given page index
Public methodInsertDocument(Int32, String)
Inserts the PDF file given as parameter in the current document at the given page index
Public methodInsertDocument(Int32, Byte, String)
Inserts the password protected PDF document given as parameter in the current document at the given page index
Public methodInsertDocument(Int32, String, String)
Inserts the password protected PDF file given as parameter in the current document at the given page index
Public methodInsertDocument(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
Public methodInsertDocument(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
Public methodInsertDocument(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
Public methodInsertDocument(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
Top
See Also

Reference