Re: Two-sided printing
Re: Two-sided printing
- Subject: Re: Two-sided printing
- From: Nicko van Someren <email@hidden>
- Date: Tue, 6 Jan 2004 13:41:31 +0000
On 6 Jan 2004, at 13:18, Ivan Myrvold wrote:
I have a printer which can print two-sided documents.
I have to choose two-sided printing in the print-dialog. Is there a
way I can hard-code that into my application, so the user never have
to think about this?
I don't know for certain but I'd guess that IF you can do this it will
be by setting a key in the NSPrintInfo dictionary, since that is the
mechanism by which the setting would be remembered in from one print
run to another. There is no pre-defined key for double-sided but if
you were to fix your application to dump the contents of the dictionary
after a print run and then run it once in double-sided mode you might
be able to work it out.
Nicko
_______________________________________________
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.