Determine whether an Link is in the LinkCollection.

Namespace: TallComponents.PDF.Annotations
Assembly: 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

ExceptionCondition
System..::..ArgumentNullExceptionThe given link is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also