PDFKit.NET 2.0 Class Library (.NET 2.0)

Action.Accept Method 

Accept this action.

public abstract object 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

Action Class | TallComponents.PDF.Actions Namespace