CGPDFDictionary.Apply Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- callback
- Action<String,CGPDFObject>
Aplica-se a
Apply(CGPDFDictionary+ApplyCallback, Object)
public void Apply (CoreGraphics.CGPDFDictionary.ApplyCallback callback, object info = null);
member this.Apply : CoreGraphics.CGPDFDictionary.ApplyCallback * obj -> unit
Parâmetros
- callback
- CGPDFDictionary.ApplyCallback
- info
- Object