Page 1 of 1

No background at print, please!

Posted: Wed Aug 31, 2005 2:10 am
by Sandra
Hi

I have a document with background. now I want print it. So I set TransparentBackground of TRVPrint = True.

But background bitmapt sitll printed. I also tried FormatPages([]) but it sill dosen't work and background image is still printed.

how can I simply ignore background image at printing?

Regards

Posted: Wed Aug 31, 2005 6:03 am
by Sergey Tkachenko
RVPrint.TransparentBackground affects only the background color.
To remove the bitmap, call
RVPrint.rv.BackgroundBitmap := nil
after calling AssignSource.