captcha String

The source of an image to be rendered as captcha initially. If not set the handler to reset the image will be called.

Example

<input id="captcha" />
<script>
    $("#captcha").kendoCaptcha({
        captcha: "captchaImage.png",
        captchaId: "1234"
    });
</script>
In this article