ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBookmark Class
Properties Methods


In This Topic
    ImGearPDFBookmark Class Members
    In This Topic

    The following tables list the members exposed by ImGearPDFBookmark.

    Public Properties
     NameDescription
    Public Property Gets a number of open bookmarks in the sub-tree (not including the current one).  
    Public Property Gets or sets bookmark's flags.  
    Public Property Gets a value indicating whether the bookmark has any children.  
    Public Property Gets the indentation level of the bookmark in its containing tree.  
    Public Property Gets or sets a value indicating whether the bookmark is open (shows all its children).  
    Public Property Gets or sets string specifying the bookmark's title.  
    Top
    Public Methods
     NameDescription
    Public Method Adds child as the last child of parent.  
    Public Method Adds a new bookmark to the tree containing the current bookmark, as the new last child of it.  
    Public Method Adds a new bookmark to the tree containing the current bookmark as the new right sibling.  
    Public Method Adds next bookmark as the new right sibling to the current one.  
    Public Method Adds bookmark as the new left sibling to the current bookmark, adjusting the tree containing the current bookmark appropriately.  
    Public Method Adds a copy of the bookmark sub-tree source to the current bookmark, as a new last child of the current bookmark.  
    Public Method Gets the first bookmark whose title is Title.  
    Public Method Gets the bookmark's action.  
    Public Method Gets the color of the bookmark.  
    Public Method Gets the bookmark's first child.  
    Public Method Gets the bookmark's last child.  
    Public Method Gets the bookmark's next (right) sibling.  
    Public Method Gets the bookmark's parent bookmark.  
    Public Method Gets the bookmark 's previous (left) sibling.  
    Public Method Removes the bookmark's sub-tree from the bookmark tree containing it.  
    Public Method Removes the bookmark's action.  
    Public Method Sets the bookmark's action.  
    Public Method Sets the bookmark's color.  
    Public Method Unlinks the current bookmark from the bookmark tree that contains it, and adjusts the tree appropriately.  
    Top
    See Also