Returns a pointer to the bytes of a PDF string.
Original signature is 'const unsigned char * CGPDFStringGetBytePtr ( CGPDFStringRef string );'
Available in Mac OS X version 10.3 and later.
- string (IntPtr)
- MISSING
Returns a pointer to the bytes of the specified string. If the string is NULL, the function returns NULL.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)