FROM : John Calhoun
DATE : Thu May 22 22:44:03 2008
On May 22, 2008, at 1:20 AM, Amrit Majumdar wrote:
> I was planning to create a new PDFDocument, with my own PDF Page
> that I
> generate after subclassing PDFPage
> Accordingly I subclassed PDFPage and have over-riden the following
> menthods.
>
> - (id)initWithImage:(NSImage *)image;
Antonio is correct. In short, instead override the draw and bounds
method in yor own subclass.
John Calhoun—_______________________________________________
Cocoa-dev mailing list (<email_removed>)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
This email sent to <email_removed>
DATE : Thu May 22 22:44:03 2008
On May 22, 2008, at 1:20 AM, Amrit Majumdar wrote:
> I was planning to create a new PDFDocument, with my own PDF Page
> that I
> generate after subclassing PDFPage
> Accordingly I subclassed PDFPage and have over-riden the following
> menthods.
>
> - (id)initWithImage:(NSImage *)image;
Antonio is correct. In short, instead override the draw and bounds
method in yor own subclass.
John Calhoun—_______________________________________________
Cocoa-dev mailing list (<email_removed>)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
This email sent to <email_removed>
| Related mails | Author | Date |
|---|---|---|
| Amrit Majumdar | May 22, 10:20 | |
| Antonio Nunes | May 22, 11:05 | |
| John Calhoun | May 22, 22:44 | |
| Amrit Majumdar | May 23, 10:43 | |
| Amrit Majumdar | May 23, 11:14 | |
| John Calhoun | May 23, 21:30 |






Cocoa mail archive

