Visit a SubmitFormAction.
Namespace: TallComponents.PDF.ActionsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public virtual Object Visit( SubmitFormAction action, Object argument ) |
| Visual Basic |
|---|
Public Overridable Function Visit ( _ action As SubmitFormAction, _ argument As Object _ ) As Object |
Parameters
- action
- Type: TallComponents.PDF.Actions..::..SubmitFormAction
The vistor must handle a SubmitFormAction.
- argument
- Type: System..::..Object
The additional argument passed to the Accept method (can be nullNothingnullptra null reference (Nothing in Visual Basic)).
Remarks
Not implementing this functionality calls the form-action overload.