[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo

BookmarkInfo Class

Represents information about a bookmark in a document.

Inheritance
BookmarkInfo
Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
public class BookmarkInfo
Remarks

The BookmarkInfo class contains properties that provide details about a bookmark, including its unique identifier, name, page number, and any child bookmarks.

Constructors

Name Description
BookmarkInfo()

Properties

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.