Determine whether an Link is in the LinkCollection.
Namespace: TallComponents.PDF.AnnotationsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public bool Contains( Link link ) |
| Visual Basic |
|---|
Public Function Contains ( _ link As Link _ ) As Boolean |
Parameters
- link
- Type: TallComponents.PDF.Annotations..::..Link
The Link to verify.
Return Value
True if the Link is found in this LinkCollection, false otherwise.
Remarks
The link does not accept a nullNothingnullptra null reference (Nothing in Visual Basic) as a valid value.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The given link is nullNothingnullptra null reference (Nothing in Visual Basic). |