Accept this annotation.

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

Syntax

C#
public abstract Object Accept(
	AnnotationVisitor visitor,
	Object argument
)
Visual Basic
Public MustOverride Function Accept ( _
	visitor As AnnotationVisitor, _
	argument As Object _
) As Object

Parameters

visitor
Type: TallComponents.PDF.Annotations..::..AnnotationVisitor
The visitor to accept.
argument
Type: System..::..Object
An additional argument passed to the Visit method (may be nullNothingnullptra null reference (Nothing in Visual Basic)).

See Also