Scaled printing on Panther
Scaled printing on Panther
- Subject: Scaled printing on Panther
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Mon, 29 Aug 2005 11:59:04 +0200
The code below works ok on Tiger, but not on Panther.
If some view is too high for the paper size (and thus should be (and is
on Tiger) scaled) Panther just prints the lower left corner without any
scaling.
NSPrintInfo *pi = [ self printInfo ];
[ pi setVerticalPagination: NSFitPagination ];
[ pi setHorizontalPagination: NSAutoPagination ];
[ pi setOrientation: NSLandscapeOrientation ];
[ pi setHorizontallyCentered: NO ];
[ pi setVerticallyCentered: NO ];
So: what am I missing to make Panther scale my pages?
Kind regards,
Gerriet.
_______________________________________________
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