PdfDocumentAddPage Method Terminal Works - PDF Printing.Net Library
Overload List

  NameDescription
Public methodAddPage
Creates a new page and adds it to this document. Depending of the IsMetric property of the current region the page size is set to A4 or Letter respectively. If this size is not appropriate it should be changed before any drawing operations are performed on the page.
Public methodAddPage(PdfPage)
Adds the specified page to this document. If the page is from an external document, it is imported to this document. In this case the returned page is not the same object as the specified one.
Top
See Also

Reference