Accept all actions in this collection (in the order the collection contains the actions).
Namespace: TallComponents.PDF.ActionsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public void Accept( ActionVisitor visitor, Object argument ) |
| Visual Basic |
|---|
Public Sub Accept ( _ visitor As ActionVisitor, _ argument As Object _ ) |
Parameters
- visitor
- Type: TallComponents.PDF.Actions..::..ActionVisitor
The visitor to accept.
- argument
- Type: System..::..Object
An additional argument passed to the Visit method (may be nullNothingnullptra null reference (Nothing in Visual Basic)).