Gets or sets the action to execute when the document is opened.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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