'Declaration Public Function Contains( _
ByVal itemThe bookmark to locate in the collection.As PdfBookmark _
) As Boolean
public bool Contains(
PdfBookmark item
)
public: bool Contains(
PdfBookmark* item
)
public:
bool Contains(
PdfBookmark^ item
)
Parameters
- item
- The bookmark to locate in the collection.
Return Value
True if the bookmark is found in the collection; otherwise, false.