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