Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Creates a new Page and adds it to the end of the document.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As Page
    public Page Add()

    Return Value

    The newly created page.
    Remarks

    The size of the new page is determined by the PageSize property of the parent document.

    You can also add pages to a GcPdfDocument by calling the GcPdfDocument.NewPage method.

    See Also