Click or drag to resize

CaptchaImage Constructor (String, Int32, Int32, String)

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

Namespace:  NetQuarry.Util
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public CaptchaImage(
	string s,
	int width,
	int height,
	string familyName
)

Parameters

s
Type: SystemString
The text to use.
width
Type: SystemInt32
The width to use (in pixels).
height
Type: SystemInt32
The height to use (in pixels).
familyName
Type: SystemString
The name of the font family to usee.
See Also