Removes an Action from this ActionCollection.
Namespace: TallComponents.PDF.ActionsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public bool Remove( Action action ) |
| Visual Basic |
|---|
Public Function Remove ( _ action As Action _ ) As Boolean |
Parameters
- action
- Type: TallComponents.PDF.Actions..::..Action
The action to remove.