Click or drag to resize

PdfControlCollectionsContains Method

Determines whether the collection contains a specific PdfControl.

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

Parameters

item  PdfControl
The PdfControl to locate in the collection.

Return Value

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

Implements

IReadOnlyListTContains(T)
ICollectionTContains(T)
See Also