PDFReaderControls.NET Professional Type Reference

ActionVisitor.Visit Method (ImportDataAction, Object)

Visit an ImportDataAction.

public virtual object Visit(
   ImportDataAction action,
   object argument
);

Parameters

action
The vistor must handle an ImportDataAction.
argument
The additional argument passed to the Accept method (can be a null reference).

Remarks

Not implementing this functionality calls the action overload.

See Also

ActionVisitor Class | TallComponents.PDF.Actions Namespace | ActionVisitor.Visit Overload List