1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Options
  6. /
  7. SearchOptions
  8. /
  9. SearchByPages

SearchByPages

SearchOptions.SearchByPages property

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

public bool SearchByPages { get; set; }

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