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