Adds the elements of an array of links to the end of the collection.
Namespace: TallComponents.PDF.AnnotationsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
Parameters
- links
- Type: array<TallComponents.PDF.Annotations..::..Link>[]()[][]
The array of links to be addded to the end of the collection.
Remarks
links does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.
Note: When an exception occurs the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The given links is nullNothingnullptra null reference (Nothing in Visual Basic). |
| System..::..ArgumentException | (At least) one of the entries in the given links is already in this collection. (Duplicate Link) |