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

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


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