PdfBookmarkCollection
Contains Method
|
Determines whether the specified outline is a direct descendant of the outline base.
Namespace:
Spire.Pdf.Bookmarks
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Contains(
PdfBookmark outline
)
Public Function Contains (
outline As PdfBookmark
) As Boolean
public:
bool Contains(
PdfBookmark^ outline
)
member Contains :
outline : PdfBookmark -> bool
Parameters
-
outline
-
Type:
Spire.Pdf.Bookmarks
PdfBookmark
The outline.
Return Value
Type:
Boolean
true
if the specified outline is a direct descendant of the outline base;
otherwise,
false
.
See Also