Gets or sets the number of pages that are to be included in the search query.

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

Syntax

C#
public int PageCount { get; set; }
Visual Basic
Public Property PageCount As Integer
	Get
	Set
Visual C++
public:
property int PageCount {
	int get ();
	void set (int value);
}

Field Value

The end position.

Remarks

The default number of pages is Int32.MaxValue.

See Also