Insert an existing 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 void Insert(
	int index,
	Bookmark bookmark
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	bookmark As Bookmark _
)

Parameters

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:TallComponents.PDF.Navigation.BookmarkCollection.Insert(System.Int32,TallComponents.PDF.Navigation.Bookmark)"]

bookmark
Type: TallComponents.PDF.Navigation..::..Bookmark

[Missing <param name="bookmark"/> documentation for "M:TallComponents.PDF.Navigation.BookmarkCollection.Insert(System.Int32,TallComponents.PDF.Navigation.Bookmark)"]

See Also