Creates a content stream object from a PDF page object.
Original signature is 'CGPDFContentStreamRef CGPDFContentStreamCreateWithPage ( CGPDFPageRef page );'
Available in Mac OS X version 10.4 and later.


- page (IntPtr)
- MISSING

A new CGPDFContentStream object. You are responsible for releasing this object by calling the function CGPDFContentStreamRelease.

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