Cuminas DjVu SDK for .NET Framework
IndexToZones Method



The index of the start of the substring.
The number of characters in the substring.
Obtains TextZone instances corresponding to the specified substring.
Syntax
Public Function IndexToZones( _
   ByVal index As Integer, _
   ByVal length As Integer _
) As TextMatch
Dim instance As TextSearcher
Dim index As Integer
Dim length As Integer
Dim value As TextMatch
 
value = instance.IndexToZones(index, length)
public TextMatch IndexToZones( 
   int index,
   int length
)
public:
TextMatch^ IndexToZones( 
   int index,
   int length
) 

Parameters

index
The index of the start of the substring.
length
The number of characters in the substring.

Return Value

Array of the TextZone instances which matches to the search string. If none is found, returns nullptr.
Requirements

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

See Also

Reference

TextSearcher Class
TextSearcher Members

Send Feedback