 | PdfBookmarkCollectionsContains Method |
Determines whether the collection contains a specific
PdfBookmark.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic bool Contains(
PdfBookmark item
)
Public Function Contains (
item As PdfBookmark
) As Boolean
public:
bool Contains(
PdfBookmark^ item
)
member Contains :
item : PdfBookmark -> bool public boolean Contains(
PdfBookmark item
)
Parameters
- item PdfBookmark
- The PdfBookmark to locate in the collection.
Return Value
Booleantrue if
PdfBookmark is found in the collection; otherwise, false.
See Also