Returns the index of the specified transform.
Namespace: TallComponents.PDF.TransformsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public int IndexOf( Transform transform ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ transform As Transform _ ) As Integer |
Parameters
- transform
- Type: TallComponents.PDF.Transforms..::..Transform
The transform to locate in this collection.