MonobjcMonobjc Documented Class Library
NSPDFImageRep Constructor (pdfData)
NamespacesMonobjc.AppKitNSPDFImageRepNSPDFImageRep(NSData)

Returns an NSPDFImageRep object initialized with the specified PDF data.

Original signature is '- (id)initWithData:(NSData *)pdfData'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSPDFImageRep(
	NSData pdfData
)
Public Sub New ( _
	pdfData As NSData _
)
public:
NSPDFImageRep(
	NSData^ pdfData
)
Parameters
pdfData (NSData)
A data object containing the PDF data for the image.
Return Value
An initialized NSPDFImageRep object or nil if the object could not be initialized. Initialization may fail if the PDF data does not conform to the PDF file format.
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)