Get the index of a Paragraph with a given ID.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public int IndexOf( string id ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ id As String _ ) As Integer |
Parameters
- id
- Type: System..::..String
The ID to look for.