[]
Tests whether the specified page is within the range.
public bool Contains(int pageNumber)
Public Function Contains(pageNumber As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | pageNumber | The page number to test. |
Type | Description |
---|---|
bool | True if the page is in the range, false otherwise. |