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
)
Visual Basic (Declaration)
Public Function ASPdbImageVerify ( _
	txt As String _
) As Boolean

Parameters

txt
Type: System..::.String

Return Value

True if image is generated correctly. Store image in default scratch directory - /tornado/scratch. The name of the image is txt.jpg where txt is the verify text.

See Also