 | PdfPageObjectsCollectionContains Method |
Determines whether the collection contains a specific
PdfPageObject.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
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
- Type: Patagames.Pdf.NetPdfPageObject
The PdfPageObject to locate in the collection.
Return Value
Type:
Booleantrue if
PdfPageObject is found in the collection; otherwise, false.
Implements
ICollectionTContains(T)
See Also