Hi Shahid Abbas,
Greetings from Syncfusion.
We would like to inform you that, SfImageEditor having methods to toggle the cropping programmatically. So, by using that you can achieve your requirement. In order to enabling cropping by default, you can call the ToggleCropping method from the ImageLoaded event of SfImageEditor as mentioned in the below code snippet.
private void SfImageEditor_ImageLoaded(object sender, Syncfusion.SfImageEditor.XForms.ImageLoadedEventArgs args)
{
editor.ToggleCropping(true);
} |
Based on your requirement we have prepared a sample to show crop menu on loading. Please get the sample from the below link
For additional details on crop support in SfImageEditor, see the user guide documentation link below.
Please check the sample and let us know if you need any further assistance.
Regards,
Eswaran