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

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


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