PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / PreviewPages Class / AddRange Method
The pages to add.

In This Topic
    AddRange Method (PreviewPages)
    In This Topic
    Adds a range of pages to the current collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal pages As ICollection _
    ) 
    public void AddRange( 
       ICollection pages
    )

    Parameters

    pages
    The pages to add.
    See Also