[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.NewPage

NewPage Method

NewPage()

Adds a blank page to the document.

The size of the new page is defined by the value of the PageSize property.

If you want the new page to have a different size than the rest of the document, create the new page first, then set the Size property.

Declaration
public Page NewPage()
Public Function NewPage() As Page
Returns
Type Description
Page