The following tables list the members exposed by CaptchaImageSettings.
Name | Description | |
---|---|---|
CaptchaImageSettings Constructor | Default Constructor |
Name | Description | |
---|---|---|
AltText | Captcha image ALT Text | |
BackgroundColor | color of the background | |
BackgroundNoise | noise for the generated Captcha Image | |
CharacterSet | Character Set for text | |
EnableCaseSensitivity | Case sensitivty for the image contents (letters) | |
EnableRandomFonts | Font style | |
EnableUniqueChars | if enabled, only unique characters will be generated | |
FontName | Captcha Image Settings Font Family | |
FontSize | Font size | |
FontStyle | Font style | |
FontWarping | Warping applied to the text on the generated image | |
Height | Height of the Captcha image | |
IsEmpty | Checks if all properties have default values. | |
LinesNoise | Lines that will be added to the generated Captcha image | |
RotationNoise | Lines that will be added to the letters on the generated Captcha image | |
Text | Captcha image Text | |
TextColor | color of image text | |
TextLength | Fixed Length of Text | |
Tooltip | Captcha image Tooltip | |
Width | Width of the Captcha image |
Name | Description | |
---|---|---|
ToString | Returns string formatted for visual designer. |