# GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo" class="text-break">BookmarkInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about a bookmark in a document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">BookmarkInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BookmarkInfo</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>BookmarkInfo</code> class contains properties that provide details about a bookmark, including its unique identifier, name, page number, and any child bookmarks.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo__ctor">BookmarkInfo()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_Bookmark" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.Bookmark">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.Bookmark.html#GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_Bookmark">Bookmark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unique identifier or reference for the bookmark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_IsLeaf" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.IsLeaf">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.IsLeaf.html#GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_IsLeaf">IsLeaf</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this bookmark is a leaf node, meaning it has no child bookmarks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_Kids" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.Kids">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.Kids.html#GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_Kids">Kids</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an array of child bookmarks, representing the hierarchical structure of bookmarks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_Name" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.Name.html#GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the bookmark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_Page" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.Page">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.BookmarkInfo.Page.html#GrapeCity_ActiveReports_Blazor_Viewer_BookmarkInfo_Page">Page</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page number where the bookmark is located.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
