Returns the number of entries in a PDF dictionary.
Original signature is 'size_t CGPDFDictionaryGetCount ( CGPDFDictionaryRef dict );'
Available in Mac OS X version 10.3 and later.

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

- dict (IntPtr)
- MISSING

Returns the number of entries in the dictionary.

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