Hi Marcel,
Thank you for the patience.
The support with “Retrieving RichTextEditor image as base64 string” has been implemented and included in our Essential Studio Volume 1 Service Pack release, which can be downloaded from the below mentioned link.
We have prepared a sample based on the implemented feature which can be downloaded from the below link.
To save the image as base64 in Html, kindly use the below mentioned code snippet
|
Syncfusion.XForms.RichTextEditor.ImageSource imageSource = new Syncfusion.XForms.RichTextEditor.ImageSource
{
ImageStream = imageStream,
SaveOption = ImageSaveOption.Base64
};
imageInsertedEventArgs.ImageSourceCollection.Add(imageSource);
} |
Kindly let us know if you require any further assistance.
Regards,
Devaraj S