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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
PdfBookmark
The outline.

Return Value

Boolean
true if the specified outline is a direct descendant of the outline base; otherwise, false.

See Also