NSEPSImageRep

NSEPSImageRep Mac OS X 10.0

This subclass of NSImageRep is capable of rendering an image from Encapsulated PostScript (EPS) data.

figs/cocn_1529.gif

@interface NSEPSImageRep : NSImageRep
 // Initializers
   - (id)initWithData:(NSData *)epsData;
 // Class Methods
   + (id)imageRepWithData:(NSData *)epsData;
 // Instance Methods
   - (NSData *)EPSRepresentation;
   - (NSRect)boundingBox;
   - (void)prepareGState;



    Part II: API Quick Reference
    Chapter 13. Foundation Classes