Gets or sets the java script action to be performed before 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 BeforeSaveAction { get; set; }
Public Property BeforeSaveAction As PdfJavaScriptAction Get Set
public: property PdfJavaScriptAction^ BeforeSaveAction { PdfJavaScriptAction^ get (); void set (PdfJavaScriptAction^ value); }
member BeforeSaveAction : PdfJavaScriptAction with get, set
Property Value
PdfJavaScriptActionA object specifying the action to be executed before the document is saved.