Namespace TallComponents.PDF.JavaScript.Scripting
Class Doc
Doc 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 Doc : Object
Constructors
Methods
Void ExportAsFDF(String,FdfFormData)
Override this method to implement custom exportAsFDF behavior.
FdfFormData ImportAnFDF(String)
Override this method to implement custom importAnFDF behavior.
XfdfFormData ImportAnXFDF(String)
Override this method to implement custom importAnXFDF behavior.
ImportTextDataResult ImportTextData(String,Int32)
Override this method to implement custom importTextData behavior.
Void Initialize(Document)
Override this method to perform initializations before any javascript code
is being run for this document.
Document Open(String)
Opens the specified PDF document. Override this method to provide custom open functionality.
Void SubmitForm(SubmitFormOptions)
Override this method to implement custom submitForm behavior.