Namespace TallComponents.PDF.Navigation
Class Bookmark
An item in the bookmark tree.
Syntax
        public class Bookmark
                 : Object
    
        Constructors
Bookmark()
            Create a new empty bookmark.
        
        
            Bookmark(String)
            Create a new empty bookmark, with a specified title
        
Properties
ActionCollection Actions
            The actions that are executed when this bookmark is activated.
        
        
            Boolean Bold
            If set, display the bookmark bold.
        
        
            BookmarkCollection Bookmarks
            Children bookmarks.
        
        
            Boolean Italic
            If set, display the bookmark italic.
        
        
            Bookmark Parent
            The parent bookmark.
        
        
            RgbColor TextColor
            The color for the title's text of this bookmark.
        
        
            String Title
            Title of this bookmark.