NSFitPagination
NSFitPagination
- Subject: NSFitPagination
- From: Leonardo <email@hidden>
- Date: Tue, 18 Nov 2014 11:09:04 +0100
- Thread-topic: NSFitPagination
I cannot detect the value of the check-box "Scale to fit paper size" on the
print panel. I would like to know whether I have to scale my view within the
method
- (NSRect)rectForPage:(NSInteger)pageNumber
For sure it has nothing to do with NSFitPagination. In facts
NSLog(@"pMode %ld, %ld",
[pi horizontalPagination], [pi verticalPagination]);
returns always 1, 1.
Any idea?
Regards
-- Leonardo
_______________________________________________
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