An action collection.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class ActionCollection : IEnumerable<Action>, 
	IEnumerable
Visual Basic
Public Class ActionCollection _
	Implements IEnumerable(Of Action), IEnumerable

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Actions..::..ActionCollection

See Also