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