Visit a FormAction.

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

Syntax

C#
public virtual Object Visit(
	FormAction action,
	Object argument
)
Visual Basic
Public Overridable Function Visit ( _
	action As FormAction, _
	argument As Object _
) As Object

Parameters

action
Type: TallComponents.PDF.Actions..::..FormAction
The vistor must handle a FormAction.
argument
Type: System..::..Object
The additional argument passed to the Accept method (can be nullNothingnullptra null reference (Nothing in Visual Basic)).

Remarks

Not implementing this functionality calls the action overload.

See Also