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

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


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