Cuminas DjVu SDK for .NET Framework
Search(String,Int32,Boolean,Boolean,Boolean,Boolean) Method



Syntax
Public Overloads Function Search( _
   ByVal str As String, _
   ByRef firstPos As Integer, _
   ByVal searchFwd As Boolean, _
   ByVal matchCase As Boolean, _
   ByVal wholeWord As Boolean, _
   ByVal ignoreSeparators As Boolean _
) As TextMatch
Dim instance As TextZone
Dim str As String
Dim firstPos As Integer
Dim searchFwd As Boolean
Dim matchCase As Boolean
Dim wholeWord As Boolean
Dim ignoreSeparators As Boolean
Dim value As TextMatch
 
value = instance.Search(str, firstPos, searchFwd, matchCase, wholeWord, ignoreSeparators)

Parameters

str
firstPos
searchFwd
matchCase
wholeWord
ignoreSeparators
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