Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelBookmark
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
The tree-structured hierarchy of outline items (sometimes called bookmarks),
which serve as a visual table of contents to display the document’s structure to the user.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelBookmark
Namespace: Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The Bookmark type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | Bookmark(String, Boolean) |
Initializes a new instance of the Bookmark class.
|
![]() ![]() | Bookmark(Destination, String, Boolean) |
Initializes a new instance of the Bookmark class.
|
![]() ![]() | Bookmark(IAction, String, Boolean) |
Initializes a new instance of the Bookmark class.
|
![]() ![]() | Bookmark(Page, String, Boolean) |
Initializes a new instance of the Bookmark class.
|
Properties
Name | Description | |
---|---|---|
![]() | Action |
Gets the action that should be activated when the bookmark is selected.
|
![]() | CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) |
![]() | Destination |
Gets the destination of the instance.
|
![]() | IsOpen |
Gets or sets a value indicating whether this instance is open.
|
![]() | IsTextBold |
Gets or sets a value indicating whether this instance is text bold.
|
![]() | IsTextItalic |
Gets or sets a value indicating whether this instance is text italic.
|
![]() | ResourceType |
Gets the resource type.
(Inherited from Resource.) |
![]() | TextColor |
Gets or sets the color of the text.
|
![]() | Title |
Gets or sets the title.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddFirst |
Adds the bookmark to the first position.
|
![]() ![]() | AddLast |
Adds the bookmark to the last position.
|
![]() ![]() | GetChildren |
Gets the children bookmarks.
|
![]() ![]() | Remove |
Removes the specified bookmark.
|
See Also