Click or drag to resize

PdfWebLinkCollectionContains Method

Determines whether the collection contains a specific PdfWebLink.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool Contains(
	PdfWebLink item
)

Parameters

item  PdfWebLink
The PdfWebLink to locate in the collection.

Return Value

Boolean
true if PdfWebLink is found in the collection; otherwise, false.

Implements

ICollectionTContains(T)
See Also