Determines whether the item is contained by the collection.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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
- PdfListFieldItem
Check whether object is exists in the collection or not.
Return Value
Booleantrue if the item is contained within the collection; otherwise, false.