MonoMac.CoreGraphics.CGPDFDictionary Members

The members of MonoMac.CoreGraphics.CGPDFDictionary are listed below.

See Also: Inherited members from System.Object

Public Constructors

A constructor used when creating managed representations of unmanaged objects.

Public Properties

[read-only]
Countint. The number of items on this dictionary.
[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.

Public Methods

Apply(Action<string, object>)
Iterates over all the elements in the dictionary, invoking the provided callback method for each element.
GetArray(string, out CGPDFArray) : bool
Looks up an array value by name on the dictionary.
GetBoolean(string, out bool) : bool
Looks up a boolean value by name on the dictionary.
GetDictionary(string, out CGPDFDictionary) : bool
Looks up a dictionary value by name on the dictionary.
GetFloat(string, out float) : bool
Looks up a float value by name on the dictionary.
GetInt(string, out int) : bool
Looks up an integer value by name on the dictionary.
GetName(string, out string) : bool
Looks up a name in the dictionary.
GetStream(string, out CGPDFStream) : bool
Looks up a CGPDFStream in the dictionary.
GetString(string, out string) : bool
Looks up a string in the dictionary.