CGPDFOperatorTable.SetCallback 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.
Overloads
SetCallback(String, Action<CGPDFScanner,Object>) | |
SetCallback(String, Action<IntPtr,IntPtr>) |
SetCallback(String, Action<CGPDFScanner,Object>)
public void SetCallback (string name, Action<CoreGraphics.CGPDFScanner,object> callback);
member this.SetCallback : string * Action<CoreGraphics.CGPDFScanner, obj> -> unit
Parameters
- name
- String
- callback
- Action<CGPDFScanner,Object>
Applies to
SetCallback(String, Action<IntPtr,IntPtr>)
public void SetCallback (string name, Action<IntPtr,IntPtr> callback);
[Foundation.Advice("Use the nicer SetCallback(string,Action<CGPDFScanner,object>) API when possible.")]
public void SetCallback (string name, Action<IntPtr,IntPtr> callback);
member this.SetCallback : string * Action<nativeint, nativeint> -> unit
Parameters
- name
- String
- Attributes