Checks whether the bookmark is in the expanded state.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public bool IsExpanded(
	Bookmark bookmark
)
Visual Basic
Public Function IsExpanded ( _
	bookmark As Bookmark _
) As Boolean

Parameters

bookmark
Type: TallComponents.PDF.Navigation..::..Bookmark
Is this bookmark expanded?

Return Value

True if and only if this bookmark is expanded.

See Also