Gets or sets the jave script action to be performed after the document is saved.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfJavaScriptAction AfterSaveAction { get; set; }
Public Property AfterSaveAction As PdfJavaScriptAction Get Set
public: property PdfJavaScriptAction^ AfterSaveAction { PdfJavaScriptAction^ get (); void set (PdfJavaScriptAction^ value); }
member AfterSaveAction : PdfJavaScriptAction with get, set
Property Value
PdfJavaScriptActionA object specifying the action to be executed after the document is saved.