richTextBox2.Rtf解决方案

richTextBox2.RtfrichTextBox1.Tag richTextBox1.SelectedRtf我要把richTextBox1.Tag中的内容赋给richT

richTextBox2.Rtf
richTextBox1.Tag = richTextBox1.SelectedRtf;
我要把richTextBox1.Tag中的内容赋给richTextBox2.Rtf
应该怎么写? 不能用richTextBox1.Tag.ToString()
因为richTextBox1.Tag里包含图片,不只是文字
[解决办法]
(image)richTextBox1.Tag ?