Visit a link (annotation).

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

Syntax

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

Parameters

annotation
Type: TallComponents.PDF.Annotations..::..Link
The vistor must handle a link annotation.
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 annotation overload.

See Also