PDFReaderControls.NET Professional Type Reference

CustomAnnotation.Accept Method 

Accept this annotation.

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

Parameters

visitor
The vistor used to Accept this annotation.
argument
An additional argument passed to the Visit method (may be null).

Return Value

The object as returned by the visitor. Meaning is visitor specific.

See Also

CustomAnnotation Class | TallComponents.PDF.Annotations Namespace