Gets or sets the next action to be performed after the action represented by this instance.
Namespace: Spire.Pdf.ActionsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfAction NextAction { get; set; }
Public Property NextAction As PdfAction Get Set
public: property PdfAction^ NextAction { PdfAction^ get (); void set (PdfAction^ value); }
member NextAction : PdfAction with get, set