Gets or sets the action to be performed before the document is closed.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfJavaScriptAction BeforeCloseAction { get; set; }
Public Property BeforeCloseAction As PdfJavaScriptAction
	Get
	Set
public:
property PdfJavaScriptAction^ BeforeCloseAction {
	PdfJavaScriptAction^ get ();
	void set (PdfJavaScriptAction^ value);
}
member BeforeCloseAction : PdfJavaScriptAction with get, set

Property Value

PdfJavaScriptAction
A object specifying the action to be executed before the document is closed.

See Also