Abstract base class of all action classes.
Namespace: TallComponents.PDF.ActionsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public abstract class Action : ICloneable |
| Visual Basic |
|---|
Public MustInherit Class Action _ Implements ICloneable |
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Actions..::..Action
TallComponents.PDF.Actions..::..FormAction
TallComponents.PDF.Actions..::..GoToAction
TallComponents.PDF.Actions..::..HideAction
TallComponents.PDF.Actions..::..ImportDataAction
TallComponents.PDF.Actions..::..JavaScriptAction
TallComponents.PDF.Actions..::..LaunchAction
TallComponents.PDF.Actions..::..NamedAction
TallComponents.PDF.Actions..::..UnknownAction
TallComponents.PDF.Actions..::..UriAction
TallComponents.PDF.Actions..::..Action
TallComponents.PDF.Actions..::..FormAction
TallComponents.PDF.Actions..::..GoToAction
TallComponents.PDF.Actions..::..HideAction
TallComponents.PDF.Actions..::..ImportDataAction
TallComponents.PDF.Actions..::..JavaScriptAction
TallComponents.PDF.Actions..::..LaunchAction
TallComponents.PDF.Actions..::..NamedAction
TallComponents.PDF.Actions..::..UnknownAction
TallComponents.PDF.Actions..::..UriAction