Click or drag to resize

PdfListFieldItemCollection Contains Method

Determines whether the item is contained by the collection.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Contains(
	PdfListFieldItem item
)

Parameters

item
Type: Spire.Pdf.Fields PdfListFieldItem
Check whetherobject is exists in the collection or not.

Return Value

Type: Boolean
true if the item is contained within the collection; otherwise, false .
See Also