Cuminas DjVu SDK for .NET Framework
GetTextZonesBetween Method



Syntax
Public Function GetTextZonesBetween( _
   ByVal a As TextZone, _
   ByVal b As TextZone _
) As TextZoneCollection
Dim instance As TextZone
Dim a As TextZone
Dim b As TextZone
Dim value As TextZoneCollection
 
value = instance.GetTextZonesBetween(a, b)
public TextZoneCollection GetTextZonesBetween( 
   TextZone a,
   TextZone b
)
public:
TextZoneCollection^ GetTextZonesBetween( 
   TextZone^ a,
   TextZone^ b
) 

Parameters

a
b
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

Send Feedback