I have an application where users may insert images into a RichTextBox. I\'d like to be able to replace all the images in the RTF with some token and store the images in se
You can use this RTF Converter to extract the images of a RichTextBox using the class RtfVisualImageAdapter.
Check out the examples: