Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common 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 System.Integer _
    ) As System.Boolean
    public System.bool Contains( 
       System.int pageNumber
    )

    Parameters

    pageNumber
    The page number to test.

    Return Value

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