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

RightHighlightItem

SearchResult.RightHighlightItem property

Gets the right highlight.

public HighlightItem RightHighlightItem { get; }

Property Value

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

See Also