InteractiveAction.Next Property
Gets or sets actions that run after the current annotation action.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
NuGet Package: DevExpress.Docs.Pdf
Declaration
Property Value
| Type | Description |
|---|---|
| IList<InteractiveAction> | A list of actions that follow the current annotation action. |
See Also