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