Property | Type | Description | |
---|---|---|---|
DateGenerated | System.DateTime | ||
FontFamily | string | ||
Height | int | ||
WarpFactor | CaptchaImage.FontWarpFactor | ||
Width | int |
Method | Description | |
---|---|---|
CaptchaInfo ( string text ) : System |
Initializes a new instance of the CaptchaInfo class.
|
|
FromEncryptedString ( string encrypted ) : |
Reconstructs an instance of this type from an encrypted serialized string.
|
|
ToEncryptedString ( ) : string |
Returns a base 64 encrypted serialized representation of this object.
|
|
ToString ( ) : string |
Returns the fully qualified type name of this instance.
|
Method | Description | |
---|---|---|
GenerateRandomText ( ) : string | ||
RandomFontFamily ( ) : string |
Returns a random font family name.
|
public CaptchaInfo ( string text ) : System | ||
text | string | The text. |
return | System |
public static FromEncryptedString ( string encrypted ) : |
||
encrypted | string | |
return |
public CaptchaImage.FontWarpFactor WarpFactor | ||
return | CaptchaImage.FontWarpFactor |