PDFReaderControls.NET Professional Type Reference

Annotation.Accept Method 

Accept this annotation.

public abstract object Accept(
   AnnotationVisitor visitor,
   object argument
);

Parameters

visitor
The visitor to accept.
argument
An additional argument passed to the Visit method (may be a null reference).

See Also

Annotation Class | TallComponents.PDF.Annotations Namespace