imageLabel String

Sets the label used for the <canvas> element to describe the image contents.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    imageUrl: "image.jpg",
    imageLabel: "Fontana del Moro by night, Piazza Navona, Rome, Italy."
});
</script>
In this article