Returns the data associated with a PDF stream.
Original signature is 'CFDataRef CGPDFStreamCopyData ( CGPDFStreamRef stream, CGPDFDataFormat *format );'
Available in Mac OS X version 10.3 and later.


A CFData object that contains a copy of the stream data. You are responsible for releasing this object.

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