How to set rv contents transparent when print to DC / WMF

General TRichView support forum. Please post your questions here
Post Reply
lwinter
Posts: 24
Joined: Thu Dec 01, 2005 4:42 am

How to set rv contents transparent when print to DC / WMF

Post by lwinter »

We are using the RichView editor to paint its contents into a device context / metafile which in turn is placed into a diagram. The diagram can have a gradient background, but the contents printed into the metafile do always have their own background.

We need to be able to print transparent RichView contents to metafile.

Q:
How can RichView contents be made transparent when printing / painting to device contexts / metafiles?

Thanks for your help!
-- Lutz
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Set TransparentBackground property of TRVReportHelper to True.
Post Reply