I use the rtf methods pasteRTF and copyRTF to get and save RTF strings from my rtf control.
When pasting only text into the control, then everything works fine.
However, if I paste images into my control, the content is visible. And saving the content, I verify the content in the database.
On opening the the control again, which means that I retrieve the data from the database, and paste in the control using .pasteRTF, the content is not being rendered.
I've played around with the various RTF control properties, but I can't seem to get this to work.