MonobjcMonobjc Documented Class Library
GetCount Method (dict)
NamespacesMonobjc.ApplicationServicesCGPDFDictionaryGetCount(IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static NSUInteger GetCount(
	IntPtr dict
)
Public Shared Function GetCount ( _
	dict As IntPtr _
) As NSUInteger
public:
static NSUInteger GetCount(
	IntPtr dict
)
Parameters
dict (IntPtr)
MISSING
Return Value
Returns the number of entries in the dictionary.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)