May 2003
Intermediate to advanced
566 pages
27h 29m
English
NSPDFImageRep — Mac OS X 10.0
This is a subclass of NSImageRep that understands
how to
manipulate, represent, and draw PDF-formatted image data.
|
![]()
|
@interface NSPDFImageRep : NSImageRep
|
// Initializers
|
- (id)initWithData:(NSData*)pdfData; |
// Class Methods
|
+ (id)imageRepWithData:(NSData*)pdfData; |
// Instance Methods
|
- (int) currentPage;
|
- (int) pageCount;
|
- (void)setCurrentPage:(int)page; |
- (NSData*)PDFRepresentation;
|
- (NSRect)bounds;
|
Read now
Unlock full access