HighlightOptionsTermsTotal 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.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic int TermsTotal { get; set; }
Public Property TermsTotal As Integer
Get
Set
public:
property int TermsTotal {
int get ();
void set (int value);
}
member TermsTotal : int with get, set
Property Value
Type:
Int32The maximum number of words in a text fragment.
See Also