Abstract base class of all action classes.
Namespace: TallComponents.PDF.Layout.ActionsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class Action : Object, ICloneable |
| Visual Basic |
|---|
<SerializableAttribute> _ Public MustInherit Class Action _ Inherits Object _ Implements ICloneable |
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Actions..::..Action
TallComponents.PDF.Layout.Actions..::..FormAction
TallComponents.PDF.Layout.Actions..::..GoToAction
TallComponents.PDF.Layout.Actions..::..JavaScriptAction
TallComponents.PDF.Layout.Actions..::..LaunchAction
TallComponents.PDF.Layout.Actions..::..UriAction
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Actions..::..Action
TallComponents.PDF.Layout.Actions..::..FormAction
TallComponents.PDF.Layout.Actions..::..GoToAction
TallComponents.PDF.Layout.Actions..::..JavaScriptAction
TallComponents.PDF.Layout.Actions..::..LaunchAction
TallComponents.PDF.Layout.Actions..::..UriAction