Click or drag to resize

DocumentSearchingEventArgsSearchTermMinLength Property

Gets or sets a value representing the length of the shortest search term allowed.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int SearchTermMinLength { get; set; }

Property Value

Type: Int32
Remarks

Changing this property does not effect the SearchString value; however when the string is parsed, terms with fewer than SearchTermMinLength characters will be ignored.

The default value of 0 indicates that search terms of any length are allowed.

See Also