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