Cuminas DjVu SDK for .NET Framework
TextPrefilter Delegate



Syntax
Public Delegate Function TextPrefilter( _
   ByVal str As String, _
   ByVal textZone As TextZone _
) As String
Dim instance As New TextPrefilter(AddressOf HandlerMethod)
public delegate string TextPrefilter( 
   string str,
   TextZone textZone
)
public delegate String^ TextPrefilter( 
   String^ str,
   TextZone^ textZone
)

Parameters

str
textZone
Requirements

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

See Also

Reference

TextPrefilter Members
DjVu Namespace

Send Feedback