HiQPdf Documentation

PdfDocumentAddDocument Method

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodAddDocument(PdfDocument)
Adds another document to the end of this document. The added document must remain open until this document is saved. This document header and footer is not automatically applied to the added document. Use the AddDocument(PdfDocument, Boolean, Boolean, Boolean) variant to enable this behavior
Public methodAddDocument(Int32, PdfDocument)
Adds another document in this document starting at the given page index. The added document must remain open until this document is saved. This document header and footer is not automatically applied to the added document. Use the AddDocument(Int32, PdfDocument, Boolean, Boolean, Boolean) variant to enable this behavior
Public methodAddDocument(PdfDocument, Int32, Int32)
Adds a range of pages from a document to the end of this document. The added document must remain open until this document is saved. This document header and footer is not automatically applied to the added document. Use the AddDocument(PdfDocument, Int32, Int32, Boolean, Boolean, Boolean) variant to enable this behavior
Public methodAddDocument(Int32, PdfDocument, Int32, Int32)
Adds a range of pages from another document in this document starting at the given page index. The added document must remain open until this document is saved. This document header and footer is not automatically applied to the added document. Use the AddDocument(Int32, PdfDocument, Int32, Int32, Boolean, Boolean, Boolean) variant to enable this behavior
Public methodAddDocument(PdfDocument, Boolean, Boolean, Boolean)
Adds another document to the end of this document and optionally apply this document header and footer to the added document if the added document was loaded from external file or streams. The interactive features of the PDF documents loaded from external files or streams are disabled in the final document
Public methodAddDocument(Int32, PdfDocument, Boolean, Boolean, Boolean)
Adds another document in this document starting at the given page index and optionally apply this document header and footer to the added document if the added document was loaded from external file or streams. The interactive features of the PDF documents loaded from external files or streams are disabled in the final document
Public methodAddDocument(PdfDocument, Int32, Int32, Boolean, Boolean, Boolean)
Adds a range of pages from another document to the end of this document and optionally apply this document header and footer to the added document if the added document was loaded from external file or streams. The interactive features of the PDF documents loaded from external files or streams are disabled in the final document
Public methodAddDocument(Int32, PdfDocument, Int32, Int32, Boolean, Boolean, Boolean)
Adds another document in this document starting at the given page index and optionally apply this document header and footer to the added document if the added document was loaded from external file or streams. The interactive features of the PDF documents loaded from external files or streams are disabled in the final document
Top
See Also

Reference