Cuminas DjVu SDK for .NET Framework
CreateTextSearcher(TextPrefilter) Method



Creates a new search context which you can do searches with.
Syntax
Public Overloads Function CreateTextSearcher( _
   ByVal textPrefilter As TextPrefilter _
) As TextSearcher
Dim instance As TextZone
Dim textPrefilter As TextPrefilter
Dim value As TextSearcher
 
value = instance.CreateTextSearcher(textPrefilter)
public TextSearcher CreateTextSearcher( 
   TextPrefilter textPrefilter
)
public:
TextSearcher^ CreateTextSearcher( 
   TextPrefilter^ textPrefilter
) 

Parameters

textPrefilter

Return Value

Reference to a new TextSearcher instance.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

TextZone Class
TextZone Members
Overload List

Send Feedback