Add an existing bookmark to the end of the collection.

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

Syntax

C#
public void Add(
	Bookmark bookmark
)
Visual Basic
Public Sub Add ( _
	bookmark As Bookmark _
)

Parameters

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

See Also