Determines whether a
PdfPage is in the collection.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool Contains(
PdfPage item
)
Public Function Contains (
item As PdfPage
) As Boolean
Parameters
- item PdfPage
- The PdfPage to locate in the collection.
Return Value
Boolean if
item is found in the collection; otherwise,
.
Implements
ICollectionTContains(T)See Also