Click or drag to resize
Pdf Library for .NET

PdfDocumentAddPage Method

Overload List
  NameDescription
Public methodAddPage
Creates a new pdf page and adds it to the pdf document pages collection.
Public methodAddPage(PdfMargins)
Creates a new pdf page with the specified margins and adds it to the pdf document pages collection.
Public methodAddPage(PdfPage)
Adds the specified page to the pdf document pages collection.
Public methodAddPage(PdfCustomPageSize, PdfMargins)
Creates a new pdf page with the specified size and margins and adds it to the pdf document pages collection.
Public methodAddPage(PdfCustomPageSize, PdfMargins, PdfPageOrientation)
Creates a new pdf page with the specified size, margins and orientation and adds it to the pdf document pages collection.
Top
See Also