NSImageView scaling when printing
NSImageView scaling when printing
- Subject: NSImageView scaling when printing
- From: Mark Matthews <email@hidden>
- Date: Wed, 31 Mar 2004 09:32:21 +1000
Hello all
I have a program that uses a custom view for the printing of a table
and an imageView. In the print method, my printInfo pagination is set
to NSFitPagination which scales all the views, but not the image in the
imageView (a jpg. The NSImageView is set to scale proportionally and
the imageView is bound to the image using bindings (valuePath). BTW the
image is set to scaleWhenResized.
If I use NSAutoPagination and scale using the page layout scaling
factor the image scales correctly, just not with NSFitPagination.
Any advice would be greatly appreciated.
- Mark
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.