# GrapeCity.ActiveReports.Document.Section.Bookmark

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Section_Bookmark" data-uid="GrapeCity.ActiveReports.Document.Section.Bookmark" class="text-break">Bookmark Class
</h1>
  <div class="markdown level0 summary"><p>Represents a bookmark.</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">Bookmark</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_Bookmark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Bookmark</code></pre>
  </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_Document_Section_Bookmark__ctor" data-uid="GrapeCity.ActiveReports.Document.Section.Bookmark.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Bookmark.-ctor.html#GrapeCity_ActiveReports_Document_Section_Bookmark__ctor">Bookmark()</a>
        </td>
        <td class="markdown level1 summary"><p>Default bookark constructor. Initializes the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Bookmark.html">Bookmark</a> structure.</p>
</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_Document_Section_Bookmark_Label" data-uid="GrapeCity.ActiveReports.Document.Section.Bookmark.Label">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Bookmark.Label.html#GrapeCity_ActiveReports_Document_Section_Bookmark_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the bookmark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Bookmark_Offset" data-uid="GrapeCity.ActiveReports.Document.Section.Bookmark.Offset">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Bookmark.Offset.html#GrapeCity_ActiveReports_Document_Section_Bookmark_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offSet from the top of page where the bookmark resides on the Page object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_Bookmark_PageNumber" data-uid="GrapeCity.ActiveReports.Document.Section.Bookmark.PageNumber">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.Bookmark.PageNumber.html#GrapeCity_ActiveReports_Document_Section_Bookmark_PageNumber">PageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page number in the document's pages collection in which this bookmark is contained.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
