Checks whether specified page is located within the current range.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public bool ContainsPage(
	int pageNumber
)
Visual Basic
Public Function ContainsPage ( _
	pageNumber As Integer _
) As Boolean
Visual C++
public:
bool ContainsPage(
	int pageNumber
)

Parameters

pageNumber
Type: System..::..Int32
The page number.

Return Value

true if the specified page number contains page; otherwise, false.

See Also