[]
Base class for PDF actions which can be performed when user clicks links, document outlines etc.
public abstract class ActionBase : DocAction, IPdfDict
Gets or sets the next ActionBase or sequence of actions to be performed after this action.
public ActionBase Next { get; set; }
Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject.
public override IPdfObject PdfObject { get; }