Re: Print a NSImageView
Re: Print a NSImageView
- Subject: Re: Print a NSImageView
- From: Andrea Salomoni <email@hidden>
- Date: Thu, 29 Dec 2005 18:37:59 +0100
Yes this is a way...
how can i create am offscreen nsimageview?
thank you for support
Il giorno 29/dic/05, alle ore 18:33, Jeff LaMarche ha scritto:
On Dec 29, 2005, at 12:20 PM, Andrea Salomoni wrote:
I need to print a NSImageView that has inside an image larger than
the view...
This is pretty normal, but when I print via print: command, my
printer print only the view and not all the image.
I need to print the entire image and not only the view.
Is there any method to do it?
Create an offscreen NSImageView that's the same size as your
printable area (page size less margins), set its image based on the
content of the image view you're using to display onscreen, then
print from the offscreen image view.
_______________________________________________
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