Returns whether an object at a given index in a PDF array is a PDF name reference (represented as a constant C string) and, if so, retrieves that name.
Original signature is 'bool CGPDFArrayGetName ( CGPDFArrayRef array, size_t index, const char **value );'
Available in Mac OS X version 10.3 and later.

C# | Visual Basic | Visual C++ |
public static bool GetName( IntPtr array, NSUInteger index, StringBuilder value )
Public Shared Function GetName ( _ array As IntPtr, _ index As NSUInteger, _ value As StringBuilder _ ) As Boolean
public: static bool GetName( IntPtr array, NSUInteger index, StringBuilder^ value )


Returns true if there is an array of characters at the specified index, 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)