An action collection.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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