PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / NewPage Method / NewPage(PageLayout) Method
Specifies a layout which will be used for all following pages.

In This Topic
    NewPage(PageLayout) Method
    In This Topic
    Creates a new page and adds it to the document.
    Syntax
    'Declaration
     
    Public Overloads Sub NewPage( _
       ByVal pageLayout As PageLayout _
    ) 
    public void NewPage( 
       PageLayout pageLayout
    )

    Parameters

    pageLayout
    Specifies a layout which will be used for all following pages.
    See Also