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

MatchWholeWord

SearchOptions.MatchWholeWord property

Gets the value that indicates whether text search is limited by a whole word.

public bool MatchWholeWord { get; set; }

Property Value

true if text search is limited by a whole word; otherwise, false.

See Also