Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionBase Class / Next Property

In This Topic
    Next Property
    In This Topic
    Gets or sets the next ActionBase or sequence of actions to be performed after this action.
    Syntax
    'Declaration
     
    Public Property Next As ActionBase
    public ActionBase Next {get; set;}
    See Also