Returns the index of the specified shape.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public int IndexOf( Shape shape ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ shape As Shape _ ) As Integer |
Parameters
- shape
- Type: TallComponents.PDF.Layout.Shapes..::..Shape
The shape to locate in this collection.