--> newbie question about PRINTING
--> newbie question about PRINTING
- Subject: --> newbie question about PRINTING
- From: Aliyah Mohamed <email@hidden>
- Date: Tue, 30 Oct 2001 16:09:30 -0500
Hello,
Thank you for your help thus far.
With regard to the view I need to print - it has 3 subviews, only one of
which is the scrollView.
-->How could I print just the documentView in this case?
Also, I have been unable to alter the view size that is being printed.
In setting the PaginationMode to 1, the view is scaled down from
the size that was originally being printed.
I tried calling on the setFrame of the view in the overriden print
method, however that rect size is Not what is being printed.
-->How can one manage this?
Thanks again,
Aliyah.
Begin forwarded message:
From: Aliyah Mohamed <email@hidden>
Date: Tue Oct 30, 2001 02:22:19 PM America/Montreal
To: email@hidden, email@hidden
Subject: newbie question about PRINTING
Hello,
I have two questions about Printing:
1) Can view know if it is being printed?
2) I have a view heavy with eye-candy. I would like to print a
simpler version of the view.
For example, resize the parent view such that the clipView
and its documentView are the same size thus eliminating the scrollBars.
Change subview borders from rounded to straight. etc.
What is the best way to go about making these modifications for
printing?
Thanks!
aliyah.