This is a migrated thread and some comments may be shown as answers.

how set minimum value for zoom out button in Image editor control

2 Answers 88 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
Chintha
Top achievements
Rank 1
Chintha asked on 19 Nov 2012, 06:39 AM
hi,
I need to provide a minimum value for zoomout button.
how can i set a value for zoomout button in telerik image editor.

2 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 21 Nov 2012, 03:13 PM
Hi Chintha,

In order to set a minimum value for the zoomout button in ImageEditor, you need to set the desired zoom-out value to the LowerZoomBound property of the ImageEditor:
<telerik:RadImageEditor ID="RadImageEditor1" runat="server" ImageUrl="~/Images/flowers.jpg" LowerZoomBound="40" >
</telerik:RadImageEditor>

I hope this was helpful for you.

Regards,
Vesi
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Chintha
Top achievements
Rank 1
answered on 26 Nov 2012, 05:26 AM
Thank you, it is working.
Tags
ImageEditor
Asked by
Chintha
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Chintha
Top achievements
Rank 1
Share this question
or