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