Insert image In richtextbox
Code snippet:
Clipboard.SetImage(Image.FromFile("full_path_of_image_here");
richTextBox1.Paste();
you can store image in clipboard and paste in richtextbox.