Printing - taking advantage of full page size?
Printing - taking advantage of full page size?
- Subject: Printing - taking advantage of full page size?
- From: Jim Correia <email@hidden>
- Date: Tue, 29 Jan 2008 09:18:27 -0500
I have a view which scales/wraps its content on screen to take
advantage of available space. Typically, this view is small on screen;
much smaller than a printed page.
When printing this view, if I have less than a page full of content,
I'd like to use all available space on the page. (But I want to do the
scaling and wrapping myself, not by using NSFitPagination.
It looks like the pagination methods on NSView solve the opposite
problem that I'd like to solve here. I don't want to paginate my view,
but expand it to take up a full page when the on screen dimensions are
smaller than one page.
In this situation, what is the best way to solve the problem? Simply
create and configure another view for printing which displays the same
content?
Thanks,
Jim
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden