PDFReaderControls.NET Professional Type Reference

AnnotationVisitor.Visit Method (Note, Object)

Visit a sticky-note (annotation).

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

Parameters

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

Remarks

Not implementing this functionality calls the markup overload.

See Also

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