Returns EPS data that draws the region of the window within a given rectangle.
Original signature is '- (NSData *)dataWithEPSInsideRect:(NSRect)rect'
Available in Mac OS X v10.0 and later.


- rect (NSRect)
- A rectangle (expressed in the window’s coordinate system) that identifies the region to be expressed as EPS data.

The region in the window (identified by rect) as EPS data.

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