PDFReaderControls.NET Professional Type Reference

MarkupCollection.Accept Method 

Accept this annotation for all items in the collection.

public void 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 a null reference).

See Also

MarkupCollection Class | TallComponents.PDF.Annotations.Markups Namespace