Visit an action.

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

Syntax

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

Parameters

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

Remarks

nullNothingnullptra null reference (Nothing in Visual Basic) is returned when not implementing this functionality.

See Also