PdfCollectionTContains Method |
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
Parameters
- item T
- The element to locate in the PdfCollectionT.
Return Value
Booleantrue if
item is found in the
PdfCollectionT; otherwise, false.
Implements
ICollectionTContains(T)See Also