Visit an annotation.

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

Syntax

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

Parameters

annotation
Type: TallComponents.PDF.Annotations..::..Annotation
The vistor must handle an annotation.
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