# GrapeCity.Documents.Word.InkShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_InkShape" data-uid="GrapeCity.Documents.Word.InkShape" class="text-break">InkShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents an ink shape in a body content.</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"><a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.ShapeBase.html">ShapeBase</a></div>
    <div class="level3"><span class="xref">InkShape</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.InkShape.html">InkShape</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_InkShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class InkShape : ShapeBase, IBrowsable&lt;InkShape&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class InkShape
    Inherits ShapeBase
    Implements IBrowsable(Of InkShape)</code></pre>
  </div>
  <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_Documents_Word_InkShape_Content" data-uid="GrapeCity.Documents.Word.InkShape.Content">
          <a class="xref" href="GrapeCity.Documents.Word.InkShape.Content.html#GrapeCity_Documents_Word_InkShape_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">System.Xml.XmlDocument</span> of the ink shape content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_InkShape_IsComment" data-uid="GrapeCity.Documents.Word.InkShape.IsComment">
          <a class="xref" href="GrapeCity.Documents.Word.InkShape.IsComment.html#GrapeCity_Documents_Word_InkShape_IsComment">IsComment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the ink is a comment or an annotation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_InkShape_Next" data-uid="GrapeCity.Documents.Word.InkShape.Next">
          <a class="xref" href="GrapeCity.Documents.Word.InkShape.Next.html#GrapeCity_Documents_Word_InkShape_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next ink shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_InkShape_Previous" data-uid="GrapeCity.Documents.Word.InkShape.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.InkShape.Previous.html#GrapeCity_Documents_Word_InkShape_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous ink shape.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
