Returns the number of items in a PDF array.
Original signature is 'size_t CGPDFArrayGetCount ( CGPDFArrayRef array );'
Available in Mac OS X version 10.3 and later.

C# | Visual Basic | Visual C++ |
public static NSUInteger GetCount( IntPtr array )
Public Shared Function GetCount ( _ array As IntPtr _ ) As NSUInteger
public: static NSUInteger GetCount( IntPtr array )

- array (IntPtr)
- MISSING

Returns the number of items in the array.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)