CGPDFDictionary.GetDictionary(String, CGPDFDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Looks up a dictionary value by name on the dictionary.
public bool GetDictionary (string key, out CoreGraphics.CGPDFDictionary result);
member this.GetDictionary : string * -> bool
Parameters
- key
- String
The name of the element to get out of the dictionary.
- result
- CGPDFDictionary
The dictionary, if the function returns true.
Returns
true if the value was found on the dictionary and the out parameter set to the value. If the value is false, the result of the out parameter is undefined.