BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Derek,Greetings from Syncfusion.We can get the saving image value as stream by using the ImageSaving event in the SfImageEditor. Also, we can serialize the edited shape and get edited shapes as stream by using the SaveEdits method in SfImageEditor. This method used to serialize the shapes and we can load the serialized stream by using the LoadEdits method.We would like to suggest ImageSaving event to get the stream of the saved image instead of using the SaveEdits event.Please refer the following UG link for your reference.Please refer the below help document to know more about the ImageEditor Serialization behavior.We have prepared the sample for getting stream from ImageSaving event. In the sample MainPage, click the “Save” icon to get the stream from the ImageEditor_Saving event then navigate the second page and load the image from the saved stream by clicking the “LoadImage” button.Please refer the sample for your reference.Regards,Bharathi.
Hi Derek,Greetings from Syncfusion.We can get the saving image value as stream by using the ImageSaving event in the SfImageEditor. Also, we can serialize the edited shape and get edited shapes as stream by using the SaveEdits method in SfImageEditor. This method used to serialize the shapes and we can load the serialized stream by using the LoadEdits method.We would like to suggest ImageSaving event to get the stream of the saved image instead of using the SaveEdits event.Please refer the following UG link for your reference.Please refer the below help document to know more about the ImageEditor Serialization behavior.We have prepared the sample for getting stream from ImageSaving event. In the sample MainPage, click the “Save” icon to get the stream from the ImageEditor_Saving event then navigate the second page and load the image from the saved stream by clicking the “LoadImage” button.Please refer the sample for your reference.Regards,Bharathi.
Hi Derek,Sorry for the inconvenience caused. We have modified the sample. In that, please follow the below steps.1) Start the application
2) Draw over the image with the tools3) On the top right click on "Save" button4) Now click on Navigate
5) New page loaded. Click on LoadImage button.Regards,Bharathi.