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: "https://demos.telerik.com/kendo-ui/content/captcha/9deb39f5-ac2f-4ff6-8061-31ff656d3df6.png",
        captchaId: "1234"
    });
</script>
In this article