PDFReaderControls.NET Professional Type Reference

AnnotationVisitor.Visit Method (CustomAnnotation, Object)

Visit a custom annotation.

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

Parameters

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

Remarks

Not implementing this functionality calls the annotation overload.

See Also

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