NSEPSImageRep — Mac OS X 10.0
This subclass of NSImageRep is capable of rendering an image from Encapsulated PostScript (EPS) data.
NSImageRep
@interface NSEPSImageRep : NSImageRep
// Initializers
- (id)initWithData:(NSData *)epsData;
// Class Methods
+ (id)imageRepWithData:(NSData *)epsData;
// Instance Methods
- (NSData *)EPSRepresentation;
- (NSRect)boundingBox;
- (void)prepareGState;