BookmarkEntry Constructor (String)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the BookmarkEntry class.

Namespace:  Apitron.PDF.Kit.FlowLayout.Navigation
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public BookmarkEntry(
	string bookmarkLabel
)

Parameters

bookmarkLabel
Type: SystemString
The bookmark label.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf bookmarkLabel is null.
Remarks

Examples

C#
Bookmark label = new BookmarkEntry("Label");
See Also

Reference