Returns a CFString object that represents a PDF string as a text string.
Original signature is 'CFStringRef CGPDFStringCopyTextString ( CGPDFStringRef string );'
Available in Mac OS X version 10.3 and later.


- string (IntPtr)
- MISSING

Returns a CFString object that represents the specified PDF string as a text string. 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)