Printing and Clipping
Printing and Clipping
- Subject: Printing and Clipping
- From: Graham <email@hidden>
- Date: Tue, 10 May 2005 14:12:00 -0400
Hi,
I am implementing print in my application.
I have a view on screen that displays an image.
When printing this image (view) I would like to use as much of the
paper page as possible, but when drawRect is called on my image's
view the rect is always the size that the view is currently on screen
and furthermore it seems to clip all drawing on the paper to a rect
of this size. I have altered the paper margins etc and it does not
changed this.
Is there a way to change the clipping rectangle when printing in a
view, or will I have to create a new view on the fly for printing
that is the size of my paper dimensions (minus margins) in order to
print using this method?
Thanks
Graham
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden