SearchByPages

SearchOptions.SearchByPages property

Gets the value that indicates whether the search is performed by pages.

public bool SearchByPages { get; }

Property Value

true if the search is performed by pages; otherwise, false and the search is performed on the whole document without including PageIndex property value in SearchResult class.

See Also