PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / NewPage Method

In This Topic
    NewPage Method (C1PdfDocument)
    In This Topic
    Starts a new page.
    Syntax
    'Declaration
     
    
    Public Sub NewPage() 
    public void NewPage()
    Remarks
    Adds a blank page to the document and sets the C1PdfDocumentBase.CurrentPage property to make it the currently active page.

    The size of the new page is defined by the value of the C1PdfDocumentBase.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 C1PdfDocumentBase.PageSize property.

    See Also