Version

enableCaptchaImageRegeneration Property

Specifies if image regeneration will be allowed without doing a full postback returns a value which pecifies if image regeneration will be allowed without doing a full postback
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_enableCaptchaImageRegeneration() : Boolean
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebCaptcha.get_enableCaptchaImageRegeneration();
See Also