0

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!!

Jamiec
  • 133,658
  • 13
  • 134
  • 193
  • 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 Answers1

1

I found two old question here that may help you.

  1. Extracting images from RichTextBox

  2. Extract Embedded Image Object in RTF

David Lesner
  • 11
  • 2
  • 6