PDFReaderControls.NET Professional Type Reference

LinkCollection.Contains Method 

Determine whether an Link is in the LinkCollection.

public bool Contains(
   Link link
);

Parameters

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 a null reference as a valid value.

Exceptions

Exception Type Condition
ArgumentNullException The given link is a null reference.

See Also

LinkCollection Class | TallComponents.PDF.Annotations Namespace