eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtExPDFEng Namespace » TgtDocEventJSAction Class

Gnostice eDocEngine VCL Developer Guide
TgtDocEventJSAction Class

This class represents JavaScript PDF actions that viewer applications need to execute for document-level events on a PDF document.

Pascal
public TgtDocEventJSAction = class(TPersistent);
C++
public: class TgtDocEventJSAction : public TPersistent;

gtExPDFEng

Properties
 
Name 
Description 
 
Specifies JavaScript script that needs to be executed after the document is sent to a printer. 
 
Specifies JavaScript script that needs to be executed after the document is saved. 
 
Specifies JavaScript script that needs to be executed before the document is closed. 
 
Specifies JavaScript script that needs to be executed before the document is sent to a printer. 
 
Specifies JavaScript script that needs to be executed before the document is saved. 
Methods
 
Name 
Description