Page 1 of 1

How to disable limiting bounds of rv contents when printed

Posted: Mon Feb 13, 2006 9:23 am
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

Posted: Mon Feb 13, 2006 6:03 pm
by Sergey Tkachenko
Clipping? As far as I remember, TRVReportHelper does not do any clipping.
Only TRVPrint does, if ClipMargins property is True.