PdfDocumentActions
BeforeSaveAction Property
|
Gets or sets the java script action to be performed before the document is saved.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfJavaScriptAction
Aobject specifying the action to be executed before the document is saved.
See Also