Returns whether an object with a specified key in a PDF dictionary is a PDF name reference (represented as a constant C string) and, if so, retrieves that name.
Original signature is 'bool CGPDFDictionaryGetName ( CGPDFDictionaryRef dict, const char *key, const char **value );'
Available in Mac OS X version 10.3 and later.


Returns true if there is a character array associated with the specified key; otherwise, false.

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