Creates a Quartz PDF document using a data provider.
Original signature is 'CGPDFDocumentRef CGPDFDocumentCreateWithProvider ( CGDataProviderRef provider );'
Available in Mac OS X version 10.0 and later.


- provider (IntPtr)
- MISSING

A new Quartz PDF document, or NULL if a document can not be created. You are responsible for releasing the object using CGPDFDocumentRelease.

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