Click or drag to resize

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
)

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