I have multiple images that I would like to show in my SfImageEditor. I have a picker above my SfImageEditor where I select the name of the image from the picker. That particular image will show down below in the SfImageEditor.
I make edits on these images and I want these edits to be stored separately from the image itself so I want to use SaveEdits method for this reason and store the Json string in a text file or in the database. When I load this page again and select images from the picker, I want to use the LoadEdits method to load back the edits to respective images in the SfImageEditor. In this case, will I be able to delete individual edits? For example, in image number 1 I have added a text box and a shape previously. Now when I load the page again and select image 1 from picker, LoadEdits should load the textbox and shape again. Will I be able to delete the select the textbox and delete it?
Can you please provide a sample project of how I could do this.
Thank you,
Madhu