C# generate rtf code of pictures/images

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I would like to generate rtf code of the picture/image programatically without using richtext box or clip board

To be more specific I want to create .rtf file of image/pictures

Need help in above regard.....

Thanx in advance.

Regards

Jay
 
I would like to generate rtf code of the picture/image programatically
without using richtext box or clip board.
To be more specific I want to create .rtf file of image/pictures ?

Need help in above regard......


Create an invisible richtextbox, insert your text and formatting and get the
resultstring with rtb.Rtf where rtb is RichTextBox.
There is no other way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top