Click or drag to resize

PdfTypeArrayContains Method

Determines whether the Array contains a specific value.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public bool Contains(
	PdfTypeBase item
)

Parameters

item  PdfTypeBase
The object to locate in the Array.

Return Value

Boolean
true if item is found in the Array; otherwise, false.

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also