THPDFActionScriptType
HotPDF Delphi PDF Component Developer Guide loslab Logo

 

THPDFActionScriptType

Top  Previous  Next

Determines when the JavaScript action happens.

 

type

   THPDFActionScriptType = (astOpen, astClose, astWillSave, astDidSave, astWillPrint, astDidPrint);

 

Value                Meaning


astOpen                     The action happens when document will open.

astClose                    The action happens when document will close.  

astWillSave                The action happens when document will save.  

astDidSave                 The action happens when document did save.

astWillPrint                 The action happens when document will print.

astDidPrint                 The action happens when document did print.

 

 

Example

Copyright©2007-2019 losLab.com