ExpertPdf PDF Creator Library
AddPage Method
NamespacesExpertPdf.PdfCreatorDocumentAddPage()()()
ExpertPdf PDF Creator Library
Members
IconMemberDescription
AddPage()()()
Creates a new PDF page and adds it to the collection. If there is a previous page in the collection, the orientation and size are inherited from the that page otherwise a first page with the default A4 size and Portrait orientation is created. The page margins are inherited from the default document margins

AddPage(Margins)
Creates a new PDF page and adds it to the collection. If there is a previous page in the collection, the orientation and size are inherited from the that page otherwise a first page with the default A4 size and Portrait orientation is created

AddPage(PageSize, Margins)
Creates a new PDF page and adds it to the collection. If there is a previous page in the collection, the page orientation is inherited from the that page otherwise a first page with the specified size and Portrait orientation is created

AddPage(PageSize, Margins, PageOrientation)
Creates a new PDF page with the specified size, margins and orientation and adds it to the collection

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 3.0.0.0 (3.0.0.0)