CGPDFDictionary.ApplyCallback Delegate
Definition
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
- Inheritance
-
CGPDFDictionary.ApplyCallback