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
)
Public Function Contains (
item As PdfRadioButtonListItem
) As Boolean
public:
bool Contains(
PdfRadioButtonListItem^ item
)
member Contains :
item : PdfRadioButtonListItem -> bool
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