Posted 27 March 2019, 10:40 am EST
Does the C1Editor support zoom? if so, can you provide a quick example of how to call Zoom+ and Zoom- Thank You
Forums Home / ComponentOne / WinForms Edition
Posted by: cvandien on 27 March 2019, 10:40 am EST
Posted 27 March 2019, 10:40 am EST
Does the C1Editor support zoom? if so, can you provide a quick example of how to call Zoom+ and Zoom- Thank You
Posted 28 March 2019, 8:44 am EST
Hello,
You can zoom the C1Editor control using the C1Zoom control on the form. This has an affect on all the controls on the form.
You can zoom in and zoom out as per your requirement, by setting the ZoomFactor property of C1Zoom. It can be done as follows:
c1Zoom1.ZoomFactor = 2.0f;
This has been explained in the documentation links below:
https://help.grapecity.com/componentone/NetHelp/c1touchtoolkit/webframe.html#ZLSettingZoomFactorinCode.html
https://help.grapecity.com/componentone/NetHelp/c1touchtoolkit/webframe.html#C1.Win.C1TouchToolKit.4~C1.Win.TouchToolKit.C1Zoom~ZoomFactor.html
Let me know if you need further assistance.
Best Regards,
Esha
Posted 30 April 2019, 2:32 pm EST
Thank you