CaptchaImage Constructor (String, Int32, Int32) |
Initializes a new instance of the CaptchaImage class using the
specified text, width and height.
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
)
Public Sub New (
s As String,
width As Integer,
height As Integer
)
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).
See Also