Skip to main content
All docs
V26.1
  • AnnotationAction.Next Property

    Gets or sets actions that run after the current annotation action.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    IList<AnnotationAction>

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

    See Also