I have a RichEditBox in which I have already inserted an image through code. Now, I want to get the inserted image after some process. Is there any way to get image from RichEditBox? Any help would be greatly appreciated!!
Asked
Active
Viewed 1,186 times
0
-
how you inserted it? than you should the same way get it back – MiOnIs Jun 06 '17 at 14:56
-
Hi prasanth, did u found any solution for this, even i am also in same situation to get back images from richeditbox. – Noorul Aug 28 '17 at 06:09
-
Does this answer your question? [Extracting images from RichTextBox](https://stackoverflow.com/questions/6376897/extracting-images-from-richtextbox) – Rob May 28 '22 at 21:28
1 Answers
1
I found two old question here that may help you.

David Lesner
- 11
- 2
- 6
-
1i am creating uwp app. And have RichEditBox not RichTextBox. I also tried all methods described into the above links but with no success. – Prashant Srivastava Jun 07 '17 at 07:59