Namespace TallComponents.PDF.JavaScript.Scripting

Class Global

Global 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.

Despite the name of this object, this is not a true global object that persists between documents. Each document has its own global object. Persisting values is accomplished by providing an implementation of the methods of this class. It is the responsibility of this implementation to store these values so that they persist across documents.

Syntax

public class Global : Object

Constructors

Methods