Click or drag to resize
CaptchaImage Properties

The CaptchaImage type exposes the following members.

Properties
  Name Description
Public property AudioFilesPath
Gets or sets the path to the directory where the audio (.wav) files are located. The default value is ~/App_Data/KaxCaptcha.
Public property BackgroundColor
Gets or sets the background color of the CaptchaImage.
Public property BackgroundNoise
Gets or sets the amount of background noise to generate in the KaxCaptcha image.
Public property CharSet
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.
Public property EnableCaptchaAudio
Gets or sets the bool value indicating whether the CaptchaAudio will be enabled.
Public property FontFamily
Gets or sets the font used to render KaxCaptcha text.
Public property FontWarp
Gets or sets the amount of random font warping used on the KaxCaptcha text.
Public property FontWhitelist
Gets or sets a semicolon-delimited list of valid fonts to use when no font is provided.
Public property Height
Gets or sets the height of the KaxCaptcha image.
Public property ImageAlternativeText
Gets or sets the KaxCaptcha image alternative text.
Public property ImageCssClass
Gets or sets the KaxCaptcha image CSS class.
Public property LineNoise
Gets or sets the line noise level to the KaxCaptcha image.
Public property RenderedAt
Gets the date and time this image was last rendered
Public property RenderImageOnly
Gets or sets bool value that indicates whether the KaxCaptcha Image will only be rendered on the page (without the textbox and Label).
Public property Text
Gets the randomly generated KaxCaptcha text.
Public property TextChars
Gets or sets the characters used to render KaxCaptcha text. A character will be picked randomly from the string.
Public property TextColor
Gets or sets the color of the KaxCaptcha text.
Public property TextLength
Gets or sets the number of CaptchaChars used in the KaxCaptcha text.
Public property UniqueId
Gets a GUID that uniquely identifies this KaxCaptcha
Public property UseAudioFiles
Gets or sets a bool value indicating whether the audio code will be generated by concatenation of the audio files from a given folder.
Public property UseRandomFont
Gets or sets a bool value indicating whether a random font will be used to generate the CaptchaImage text.
Public property Width
Gets or sets the width of the KaxCaptcha image.
Top
See Also