Create a new empty bookmark, with a specified title

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

Syntax

C#
public Bookmark(
	string title
)
Visual Basic
Public Sub New ( _
	title As String _
)

Parameters

title
Type: System..::..String

[Missing <param name="title"/> documentation for "M:TallComponents.PDF.Navigation.Bookmark.#ctor(System.String)"]

See Also