PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / PreviewPages Class / Add Method
The page to add.

In This Topic
    Add Method (PreviewPages)
    In This Topic
    Adds a page to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal page As PreviewPageBase _
    ) As Integer
    public int Add( 
       PreviewPageBase page
    )

    Parameters

    page
    The page to add.

    Return Value

    Index of the newly added page in the current collection.
    See Also