Generate a Jpg image for input verification.
Version: Gold

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public bool ASPdbImageVerify(
	string txt,
	string dir
)
Visual Basic (Declaration)
Public Function ASPdbImageVerify ( _
	txt As String, _
	dir As String _
) As Boolean

Parameters

txt
Type: System..::.String
Verify text. Generate this using a reandom function.
dir
Type: System..::.String
Physical directory to store the image.

Return Value

True if image is generated correctly.

See Also