Namespace TallComponents.PDF.JavaScript.Scripting
Class XFAHost
XFA Host 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 XFAHost : Object
Constructors
Methods
Void Beep(SoundType)
Override this method to provide custom xfa.host.beep() behaviour
AlertResult MessageBox(String,String,AlertIcon,AlertButtons)
Override this method to provide custom xfa.host.messageBox() behaviour
String Response(String,String,String,Boolean)
Override this method to provide custom xfa.host.response() behaviour
String SelectFileName(String)
Override this method to provide a way for the user to select a file., e.g. by displaying the Open File dialog.