Accept this annotation for all items in the collection.

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

Syntax

C#
public void Accept(
	AnnotationVisitor visitor,
	Object argument
)
Visual Basic
Public Sub Accept ( _
	visitor As AnnotationVisitor, _
	argument 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)).

See Also