trichview.support
GIF size in Print Preview |
Author |
Message |
Marc |
Posted: 11/19/2003 1:56:11 Hi, I'm using RVPrint.OnPrintComponent to generate the bitmap for my inserted GifImage (Anders) and PNGImage (Sourceforge). Here is the code: ComponentImage := TBitmap.Create; ComponentImage.Assign(TImage(PrintMe).Picture.Graphic); ComponentImage.Width:=Timage(PrintMe).Picture.Graphic.Width; ComponentImage.Height:=TimagePrintMe).Picture.Graphic.Height; The problem I have is only with GifImage - the Print Preview always displays the GIF at its Original size, even if the GIF image has been resized in RVE. In RVE the GIF image displays fine, on Export to HTML the GIF image size is fine, but on 'Print Preview' and 'Print' the GIF Image always reverts back to original size. The PNG component is also prints fine when resized. Any suggestions? Thanks. |
Powered by ABC Amber Outlook Express Converter