Determines whether a
PdfPage is in the collection.
Namespace:
GemBox.Pdf
Assembly:
GemBox.Pdf (in GemBox.Pdf.dll) Version: 13.0.35.1015
Syntaxpublic bool Contains(
PdfPage item
)
Public Function Contains (
item As PdfPage
) As Boolean
Parameters
- item
- Type: GemBox.PdfPdfPage
The PdfPage to locate in the collection.
Return Value
Type:
Boolean if
item is found in the collection; otherwise,
.
Implements
ICollectionTContains(T)
See Also