PDFReaderControls.NET Professional Type Reference

ActionCollection.Accept Method 

Accept all actions in this collection (in the order the collection contains the actions).

public void Accept(
   ActionVisitor 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

ActionCollection Class | TallComponents.PDF.Actions Namespace