Accept all actions in this collection (in the order the collection contains the actions).

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

Syntax

C#
public void Accept(
	ActionVisitor visitor,
	Object argument
)
Visual Basic
Public Sub Accept ( _
	visitor As ActionVisitor, _
	argument As Object _
)

Parameters

visitor
Type: TallComponents.PDF.Actions..::..ActionVisitor
The visitor to accept.
argument
Type: System..::..Object
An additional argument passed to the Visit method (may be nullNothingnullptra null reference (Nothing in Visual Basic)).

See Also