PDFKit.NET 2.0 Class Library (.NET 2.0)

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