Insert a new bookmark at the specified index.

Namespace: TallComponents.PDF.Navigation
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public Bookmark Insert(
	int index
)
Visual Basic
Public Function Insert ( _
	index As Integer _
) As Bookmark

Parameters

index
Type: System..::..Int32
The index of the new bookmark.

Return Value

The newly added bookmark.

See Also