Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
Currently we are able to get the Image stream only from the ImageSaved
private void ImageEditorAdMedia_ImageSaved(object sender, ImageSavedEventArgs args)
var contentView = (parameter as SfPopupLayout).PopupView.ContentTemplate.CreateContent();
SfImageEditor imageEditor = ((((contentView as ContentView).Content as StackLayout).Children[0] as Grid).FindByName("ImageEditorAdMedia") as SfImageEditor);
..... imageEditor.Stream ........