DocumentSearchingEventArgsGetSearchTerms Method |
Gets an array of search terms from the current value of
SearchString.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public string[] GetSearchTerms()
Public Function GetSearchTerms As String()
Return Value
Type:
String
An array of
Strings using the current value of
SearchString and ignoring terms with fewer than
SearchTermMinLength characters.
See Also