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