[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.OutputRange.Contains

Contains Method

Contains(int)

Tests whether the specified page is within the range.

Declaration
public bool Contains(int pageNumber)
Public Function Contains(pageNumber As Integer) As Boolean
Parameters
Type Name Description
int pageNumber

The page number to test.

Returns
Type Description
bool

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