Pictures in an RTF files
Posted: Wed Apr 11, 2007 7:06 pm
Hi,
I am using the following code to open RTF file from a memory stream:
The RTF files that I am opening contain pictures. I have noticed that by default the pictures are not scaled to 100% (original size).
Is there an option to automatically scale all pictures in an RTF file to 100% prior to being displayed to the user?
Thanks for your time
[/code]
I am using the following code to open RTF file from a memory stream:
Code: Select all
RichViewedit1.Clear;
RichViewedit1.LoadRTFFromStream(MyStream);
RichViewEdit1.Format;
Is there an option to automatically scale all pictures in an RTF file to 100% prior to being displayed to the user?
Thanks for your time
[/code]