Skip to main content
All docs
V26.1
  • 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

    public IList<InteractiveAction> Next { get; set; }

    Property Value

    Type Description
    IList<InteractiveAction>

    A list of actions that follow the current annotation action. null or an empty list means no subsequent actions.

    See Also