Returns whether an object at a given index in a PDF array is a PDF dictionary and, if so, retrieves that dictionary.
Original signature is 'bool CGPDFArrayGetDictionary ( CGPDFArrayRef array, size_t index, CGPDFDictionaryRef *value );'
Available in Mac OS X version 10.3 and later.

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


Returns true if there is a PDF dictionary 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)