Returns whether an object at a given index in a Quartz PDF array is a PDF null.
Original signature is 'bool CGPDFArrayGetNull ( CGPDFArrayRef array, size_t index );'
Available in Mac OS X version 10.3 and later.

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

- array (IntPtr)
- MISSING
- index (NSUInteger)
- MISSING

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