PdfDocument.AddPage Method

Adds new page to the end of the collection of document pages.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPage AddPage()
VB
Public Function AddPage As PdfPage

Return Value

Type: PdfPage
The newly added PdfPage.

See Also