Visit a text markup (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(
	TextMarkup annotation,
	Object argument
)
Visual Basic
Public Overridable Function Visit ( _
	annotation As TextMarkup, _
	argument As Object _
) As Object

Parameters

annotation
Type: TallComponents.PDF.Annotations.Markups..::..TextMarkup
The vistor must handle a text markup (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 markup overload.

See Also