CGPDFDictionary.ApplyCallback Delegate
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.
public delegate void CGPDFDictionary.ApplyCallback(string key, object value, object info);
type CGPDFDictionary.ApplyCallback = delegate of string * obj * obj -> unit
Parameters
- key
- String
- value
- Object
- info
- Object