Click or drag to resize

PdfRadioButtonItemCollection Contains Method

Determines whether the collection contains the specified item.

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

Parameters

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

Return Value

Type: Boolean
true if collection contains specified item; otherwise, false .
See Also