Returns an NSEPSImageRep object initialized with the specified EPS data.
Original signature is '- (id)initWithData:(NSData *)epsData'
Available in Mac OS X v10.0 and later.


- epsData (NSData)
- The EPS data representing the desired image.

The initialized NSEPSImageRep object or nil if the object could not be initialized

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)