Searches for the specified Paragraph in the ParagraphCollection.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public int IndexOf( Paragraph paragraph ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ paragraph As Paragraph _ ) As Integer |
Parameters
- paragraph
- Type: TallComponents.PDF.Layout.Paragraphs..::..Paragraph
The Paragraph to locate in the ParagraphCollection.