1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Data
  6. /
  7. SearchResult
  8. /
  9. LeftHighlightItem

LeftHighlightItem

SearchResult.LeftHighlightItem property

Gets the left highlight.

public HighlightItem LeftHighlightItem { get; }

Property Value

An instance of HighlightItem class; null if it isn’t set.

See Also