Hi Team, I want to convert RichEditBox content to SoftwareBitmap in background thread .How can I achieve this?
Hi Kalaivannan Ganesan,
Thanks for the reply. But my use case is different.
1) Create Textbox, entered text and tap on save button.
2) On tap of save, I am storing textbox text to to DB/textFile(.txt).
3) On App relaunch, retrieve the text from DB/.txt file
4) Convert the text to image in background thread. Please note, at this level I don't have access to RichEditBox Element.
Let me know if you have any queries regarding the use case. Thanks!