Gets or sets the action to execute when the document is opened.
Namespace: Spire.Pdf.ActionsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfAction AfterOpenAction { get; set; }
Public Property AfterOpenAction As PdfAction Get Set
public: property PdfAction^ AfterOpenAction { PdfAction^ get (); void set (PdfAction^ value); }
member AfterOpenAction : PdfAction with get, set
Property Value
PdfActionA specifying the action to be executed when documents opens in the viewer.