CGPDFDictionary.Apply 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
Apply(Action<String,CGPDFObject>) | |
Apply(CGPDFDictionary+ApplyCallback, Object) |
Apply(Action<String,CGPDFObject>)
public void Apply (Action<string,CoreGraphics.CGPDFObject> callback);
member this.Apply : Action<string, CoreGraphics.CGPDFObject> -> unit
Parameters
- callback
- Action<String,CGPDFObject>
Applies to
Apply(CGPDFDictionary+ApplyCallback, Object)
public void Apply (CoreGraphics.CGPDFDictionary.ApplyCallback callback, object info = null);
member this.Apply : CoreGraphics.CGPDFDictionary.ApplyCallback * obj -> unit
Parameters
- callback
- CGPDFDictionary.ApplyCallback
- info
- Object