Adds the elements of a Bookmark array to the end of this collection.
Namespace: TallComponents.PDF.NavigationAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public void AddRange( Bookmark[] bookmarks ) |
| Visual Basic |
|---|
Public Sub AddRange ( _ bookmarks As Bookmark() _ ) |
Parameters
- bookmarks
- Type: array<TallComponents.PDF.Navigation..::..Bookmark>[]()[][]
The array of Bookmarks whose elements should be added to the end of the collection.
Remarks
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 bookmarks is nullNothingnullptra null reference (Nothing in Visual Basic). |