Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / OutputRange Class / Contains Method
The page number to test.

In This Topic
    Contains Method (OutputRange)
    In This Topic
    Tests whether the specified page is within the range.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal pageNumber As Integer _
    ) As Boolean
    public bool Contains( 
       int pageNumber
    )

    Parameters

    pageNumber
    The page number to test.

    Return Value

    True if the page is in the range, false otherwise.
    See Also