Removes an Transform from this TransformCollection.
Namespace: TallComponents.PDF.TransformsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public bool Remove( Transform transform ) |
| Visual Basic |
|---|
Public Function Remove ( _ transform As Transform _ ) As Boolean |
Parameters
- transform
- Type: TallComponents.PDF.Transforms..::..Transform
The transform to remove.