TermsTotal

HighlightOptions.TermsTotal property

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

public int TermsTotal { get; set; }

Property Value

The maximum number of words in a text fragment.

See Also