Re: Blurry view from cacheDispalyInRect:toBitmapImageRep: [SOLUTION]
Re: Blurry view from cacheDispalyInRect:toBitmapImageRep: [SOLUTION]
- Subject: Re: Blurry view from cacheDispalyInRect:toBitmapImageRep: [SOLUTION]
- From: Greg Hoover <email@hidden>
- Date: Tue, 28 Aug 2007 17:01:40 -0700
Using the following instead of cacheDisplayInRect worked like a charm.
NSData* pdfData = [view dataWithPDFInsideRect: [view frame]];
NSPDFImageRep* imageRep = [NSPDFImageRep imageRepWithData: pdfData];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden