Click or drag to resize

PdfFieldCollection Contains Method

Determines whether field is contained within 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(
	PdfField field
)

Parameters

field
Type: Spire.Pdf.Fields PdfField
Check whetherobject is present in the field collection or not.

Return Value

Type: Boolean
true if field is present in the collection, otherwise, false .
See Also