Initializes a PDFDocument object with the passed-in data.
Original signature is '- (id)initWithData:(NSData *)data'
Available in Mac OS X v10.4 and later.


- data (NSData)
- MISSING

A PDFDocument instance initialized with the passed-in PDF data, or NULL 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)