saveAsObject

Sets the saveAs options for the save command. Utilizes the kendo.saveAs method.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    imageUrl: "https://demos.telerik.com/kendo-ui/content/shared/images/photos/2.jpg",
    saveAs: {
        fileName: "download.png"
    }
});
</script>
In this article
saveAsRelated Properties
Not finding the help you need?
Contact Support