Bookmark Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

SystemObject
  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

public sealed class Bookmark : UndefinedResource

The Bookmark type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleBookmark(String, Boolean)
Initializes a new instance of the Bookmark class.
Public methodCode exampleBookmark(Destination, String, Boolean)
Initializes a new instance of the Bookmark class.
Public methodCode exampleBookmark(IAction, String, Boolean)
Initializes a new instance of the Bookmark class.
Public methodCode exampleBookmark(Page, String, Boolean)
Initializes a new instance of the Bookmark class.
Top
Properties

  NameDescription
Public propertyAction
Gets the action that should be activated when the bookmark is selected.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyDestination
Gets the destination of the instance.
Public propertyIsOpen
Gets or sets a value indicating whether this instance is open.
Public propertyIsTextBold
Gets or sets a value indicating whether this instance is text bold.
Public propertyIsTextItalic
Gets or sets a value indicating whether this instance is text italic.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyTextColor
Gets or sets the color of the text.
Public propertyTitle
Gets or sets the title.
Top
Methods

  NameDescription
Public methodCode exampleAddFirst
Adds the bookmark to the first position.
Public methodCode exampleAddLast
Adds the bookmark to the last position.
Public methodCode exampleGetChildren
Gets the children bookmarks.
Public methodCode exampleRemove
Removes the specified bookmark.
Top
See Also

Reference