MonobjcMonobjc Documented Class Library
NSEPSImageRep Constructor (epsData)
NamespacesMonobjc.AppKitNSEPSImageRepNSEPSImageRep(NSData)

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.

Declaration Syntax
C#Visual BasicVisual C++
public NSEPSImageRep(
	NSData epsData
)
Public Sub New ( _
	epsData As NSData _
)
public:
NSEPSImageRep(
	NSData^ epsData
)
Parameters
epsData (NSData)
The EPS data representing the desired image.
Return Value
The initialized NSEPSImageRep object or nil if the object could not be initialized
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)