Method Visit

Namespace TallComponents.PDF.Annotations
Class AnnotationVisitor

Visit a custom annotation.

Not implementing this functionality calls the annotation overload.

Syntax

public  Object  Visit( CustomAnnotation  annotation Object  argument )

Returns

Object

Parameters


CustomAnnotation annotation
The visitor must handle a custom annotation.

Object argument
The additional argument passed to the Accept method (can be ).