Is it possible to display RTF files in the RadRichTextBox that contain binary picture data? I have a stripped-down file that contains a jpegblip\bin tag which the RadRichTextBox does not display. The first line of the file is:
I created a second file with the binary data converted to hex data and the text box shows the image as expected. The first line of that file is:
While the binary data contents of pictures is a part of the RTF standard, is this part of the standard supported by RadRichTextBox?
NB: I have two RTF files that demonstrate the issue, however only images can be attached this thread.
Thanks,
Jason.
{\rtf1{\pict\picw2700\pich2700\picwgoal2700\pichgoal2700\jpegblip\bin9889
I created a second file with the binary data converted to hex data and the text box shows the image as expected. The first line of that file is:
{\rtf1{\pict\picw2700\pich2700\picwgoal2700\pichgoal2700\jpegblip
While the binary data contents of pictures is a part of the RTF standard, is this part of the standard supported by RadRichTextBox?
NB: I have two RTF files that demonstrate the issue, however only images can be attached this thread.
Thanks,
Jason.