Click or drag to resize

DocumentSearchingEventArgsGetSearchTerms Method

Gets an array of search terms from the current value of SearchString.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string[] GetSearchTerms()

Return Value

Type: String
An array of Strings using the current value of SearchString and ignoring terms with fewer than SearchTermMinLength characters.
See Also