Version

CaptchaImageSettings Class Members

The following tables list the members exposed by CaptchaImageSettings.

Public Constructors
 NameDescription
Public ConstructorCaptchaImageSettings ConstructorDefault Constructor  
Public Properties
 NameDescription
Public PropertyAltTextCaptcha image ALT Text  
Public PropertyBackgroundColorcolor of the background  
Public PropertyBackgroundNoisenoise for the generated Captcha Image  
Public PropertyCharacterSetCharacter Set for text  
Public PropertyEnableCaseSensitivityCase sensitivty for the image contents (letters)  
Public PropertyEnableRandomFontsFont style  
Public PropertyEnableUniqueCharsif enabled, only unique characters will be generated  
Public PropertyFontNameCaptcha Image Settings Font Family  
Public PropertyFontSizeFont size  
Public PropertyFontStyleFont style  
Public PropertyFontWarpingWarping applied to the text on the generated image  
Public PropertyHeightHeight of the Captcha image  
Public PropertyIsEmptyChecks if all properties have default values.  
Public PropertyLinesNoiseLines that will be added to the generated Captcha image  
Public PropertyRotationNoiseLines that will be added to the letters on the generated Captcha image  
Public PropertyTextCaptcha image Text  
Public PropertyTextColorcolor of image text  
Public PropertyTextLengthFixed Length of Text  
Public PropertyTooltipCaptcha image Tooltip  
Public PropertyWidthWidth of the Captcha image  
Public Methods
 NameDescription
Public MethodToStringReturns string formatted for visual designer.  
See Also