Initializes a new instance of the CaptchaImage class using the specified text, width and height.

Namespace: MonoSoftware.Web.Controls.Captcha
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public CaptchaImage(
	string text,
	int width,
	int height
)
Visual Basic
Public Sub New ( 
	text As String,
	width As Integer,
	height As Integer
)
Visual C++
public:
CaptchaImage(
	String^ text, 
	int width, 
	int height
)
F#
new : 
        text : string * 
        width : int * 
        height : int -> CaptchaImage

Parameters

text
Type: System..::..String
Captcha text
width
Type: System..::..Int32
Width
height
Type: System..::..Int32
Height

See Also