0-based indexer that returns the fragments at the specified position.
Returns nullNothingnullptra null reference (Nothing in Visual Basic) if index is invalid.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public Fragment this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Fragment Get |
Parameters
- index
- Type: System..::..Int32