MonoMac.CoreGraphics.CGPDFDictionary: Method Members

The methods of MonoMac.CoreGraphics.CGPDFDictionary are listed below. For a list of all members, see the CGPDFDictionary Members list.

See Also: Inherited members from System.Object

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.