Completed
Last Updated: 19 Jan 2022 13:05 by ADMIN
Release R1 2022
Ivan
Created on: 20 Sep 2019 08:02
Category: ImageEditor
Type: Feature Request
7
Allow programmatic control of the image editor without the toolbar
Currently, the only means to execute actions with the image editor is to use the built-in toolbar. While covering the most basic use cases, this approach limits the usage of the component in some more advanced scenarios. For this reason, it would be beneficial if some of the internals are exposed as a public API, to allow executing actions with the image editor programmatically.

I am opening this topic to collect customer feedback which features need better public exposure. When voting for a feature, please provide some details how do you intend to use it in your application, if possible, so that we can design a more intuitive and easy to use API facade for it.
3 comments
ADMIN
Didi
Posted on: 19 Jan 2022 13:05

Hello,

This feature is available in Telerik UI for Xamarin R1 2022 release. 

Documentation: https://docs.telerik.com/devtools/xamarin/controls/imageeditor/imageeditor-commands 

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Didi
Posted on: 23 Sep 2019 06:29

Hello Marc,

Thank you for your input on this feature request. We will update the item with more information which ImageEditor Toolbar features will be exposed programmatically based on the received feedback. At this time I can suggest you click the "Follow" button, so you will be notified when item status changes.

Regards,
Didi
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Marc
Posted on: 20 Sep 2019 13:03
Our company wants to use this control to allow users to crop photos of themselves, and their company logos, to specific dimensions.    The latest version of the control is very close to meeting our needs -- we just need to make the process more streamlined.   First, we would like to hide the  button and instead initiate the cropping process programmatically.   There should also be a way to prevent the toolbar from appearing.   We only want the user to see the image with the cropping overlay.   Thank you