Namespace TallComponents.PDF.JavaScript.Scripting
Class Console
Console JavaScript object.
To override the default behavior you must specialize this class and register a custom JavaScript class factory that returns an instance of this class.
Syntax
public class Console
: Object
Constructors
Methods
Void Clear()
Override this method to provide custom console.clear() behaviour
Void Hide()
Override this method to provide custom console.hide() behaviour
Void Println(String)
Override this method to provide custom console.println() behaviour
Void Show()
Override this method to provide custom console.show() behaviour