.net - How to find picture in richtext c#? -


how find pictures in richtext, there method doing that?

i need generate html richtext need find picture , find on position is.

this code use put picture in richtext

        clipboard cl;                     bitmap mybitmap = new bitmap("c:\\time.png");         clipboard.setdataobject(mybitmap);         clipboard.setimage(mybitmap);                  rchbody.paste(); 

while not same, have looked @ other question? convert rtf html .

the answer points article: http://www.codeproject.com/articles/27431/writing-your-own-rtf-converter

there can lot of details on how it, including rtf images.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -