Method GetPersistedValue
Namespace TallComponents.PDF.JavaScript.Scripting
Class Global
Return the value of a previously persisted variable.
Syntax
protected internal Object GetPersistedValue(String name)
Returns
Object
The value of the variable. Must be string, float, double or bool.
Parameters
String
name
The name of the variable.