PDFReaderControls.NET Professional Type Reference

AnnotationVisitor.Visit Method (Annotation, Object)

Visit an annotation.

public virtual object Visit(
   Annotation annotation,
   object argument
);

Parameters

annotation
The vistor must handle an annotation.
argument
The additional argument passed to the Accept method (can be a null reference).

Remarks

a null reference is returned when not implementing this functionality.

See Also

AnnotationVisitor Class | TallComponents.PDF.Annotations Namespace | AnnotationVisitor.Visit Overload List