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