[]
Represents information about a bookmark in a document.
public class BookmarkInfo
The BookmarkInfo
class contains properties that provide details about a bookmark, including its unique identifier, name, page number, and any child bookmarks.
Name | Description |
---|---|
BookmarkInfo() |
Name | Description |
---|---|
Bookmark | Gets or sets the unique identifier or reference for the bookmark. |
IsLeaf | Gets or sets a value indicating whether this bookmark is a leaf node, meaning it has no child bookmarks. |
Kids | Gets or sets an array of child bookmarks, representing the hierarchical structure of bookmarks. |
Name | Gets or sets the name of the bookmark. |
Page | Gets or sets the page number where the bookmark is located. |