Accept this annotation.

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

Syntax

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

Parameters

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

Return Value

The object as returned by the visitor. Meaning is visitor specific.

See Also