Printing to edge of paper
Printing to edge of paper
- Subject: Printing to edge of paper
- From: email@hidden
- Date: Tue, 4 Mar 2003 23:25:19 EST
Help!
I am trying to print out to the near edge of a page of paper using the Cocoa
printing APIs. Unfortunately, I seem to be limited on how large a print area
I have on a normal page of paper. Cocoa pagination limits me to print within
1 inch margins on all sides of the print page.
I am using the NSPrintInfo sharedPrintInfo call to return the correct Print
Info object. Then I use the paperSize call to return the size of my paper
page. This is NOT the physical size of the paper, nor the size of the
printable area, but the size of that Cocoa's pagination allows me to draw in.
I know this, but can not seem to figure out how to expand the pagination area
to within 1/4 inch of the physical page edge. I tried to search the Cocoa
list for similar problems/answers, but have only found people asking the same
question, without the correct replies.
HELP!
How do you set the pagination to within 1/4 of the edge of the paper?
Thanks,
Steve Sheets
email@hidden
_______________________________________________
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.