tags:

views:

60

answers:

0

I'm getting Image (actually instance of Bitmap class) from resources, and (to write it to rtf stream) - I need it's raw data back.

Also, Image.Save method can't be used, because it seems to close stream it saving to, and I need to append to RTF file. I do not want to create new stream, save image to it, then copy it to RTF stream because of performance issues.