 | PdfFieldCollectionsContains Method |
Determines whether the collection contains a specific
PdfField.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool Contains(
PdfField item
)
Public Function Contains (
item As PdfField
) As Boolean
public:
virtual bool Contains(
PdfField^ item
) sealed
abstract Contains :
item : PdfField -> bool
override Contains :
item : PdfField -> bool public final boolean Contains(
PdfField item
)
Parameters
- item PdfField
- The PdfField to locate in the collection.
Return Value
Booleantrue if
PdfField is found in the collection; otherwise, false.
Implements
IReadOnlyListTContains(T)ICollectionTContains(T)
See Also