How to disable limiting bounds of rv contents when printed

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

How to disable limiting bounds of rv contents when printed

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 contents printed to the metafile are clipped when the contents exceed a certain size.

We need to be able to print unclipped RichView contents to metafile regardless of the size / extent of the contents.

Q:
How can setting / applying of bounds be disabled when printing / painting to device contexts/ metafiles?

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

Post by Sergey Tkachenko »

Clipping? As far as I remember, TRVReportHelper does not do any clipping.
Only TRVPrint does, if ClipMargins property is True.
Post Reply