Select Method
Summary
Returns matching forms with content.
Syntax
Public Overridable Function [Select](
ByVal item As FullTextSearchItem
) As System.Collections.Generic.IList(Of Leadtools.Forms.Recognition.FullTextSearchItem)
public:
virtual System::Collections::Generic::IList<Leadtools::Forms::Recognition::FullTextSearchItem^>^ Select(
FullTextSearchItem^ item
)
Parameters
item
Properties of the item(s) to find. Must not be null.
Return Value
The items found.