Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / NewPage Method

In This Topic
    NewPage Method (GcPdfDocument)
    In This Topic
    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 Page.Size property.

    Syntax
    'Declaration
     
    Public Function NewPage() As Page
    public Page NewPage()
    See Also