Click or drag to resize
CaptchaImageCharSet Property
Gets or sets a custom Character Set, from which the characters used to render KaxCaptcha, are randomly chosen. The TextChars property must be set to CustomCharSet.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string CharSet { get; set; }

Property Value

Type: String
The custom characters used to KaxCaptcha text. A character will be picked randomly from the string.
See Also