TermsAfter

HighlightOptions.TermsAfter property

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

public int TermsAfter { get; set; }

Property Value

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

See Also