Click or drag to resize
CaptchaImageUseAudioFiles Property
Gets or sets a bool value indicating whether the audio code will be generated by concatenation of the audio files from a given folder.

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

Property Value

Type: Boolean
The bool value indicating whether the audio code will be generated by concatenation of the audio files from a given folder.
See Also