Creates and returns an NSPDFImageRep object initialized with the specified PDF data.
Original signature is '+ (id)imageRepWithData:(NSData *)pdfData'
Available in Mac OS X v10.0 and later.


- pdfData (NSData)
- A data object containing the PDF data for the image.

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.

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