PDFKit.NET 2.0 Class Library (.NET 2.0)

AnnotationVisitor.Visit Method (UnknownMarkup, Object)

Visit an unknown markup (annotation).

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

Parameters

annotation
The vistor must handle an unknown markup (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