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.
 
Back
Top