PdfAction
NextAction Property
|
Gets or sets the next action to be performed after the action represented by this instance.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Property Value
Type:
PdfAction
See Also