No background at print, please!

General TRichView support forum. Please post your questions here
Post Reply
Sandra

No background at print, please!

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

RVPrint.TransparentBackground affects only the background color.
To remove the bitmap, call
RVPrint.rv.BackgroundBitmap := nil
after calling AssignSource.
Post Reply