Abstract base class of all action classes.

Namespace: TallComponents.PDF.Layout.Actions
Assembly: 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

See Also