TermsBefore

HighlightOptions.TermsBefore property

Gets or sets the maximum number of words in a text fragment before highlighted word. The value must be in the range from 0 to 10000. The default value is 7.

public int TermsBefore { get; set; }

Property Value

The maximum number of words in a text fragment before highlighted word.

See Also