# FarPoint.Win.Spread.AnnotationMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_AnnotationMode" data-uid="FarPoint.Win.Spread.AnnotationMode" class="text-break">AnnotationMode Enum
</h1>
  <div class="markdown level0 summary"><p>Represents how annotation mode works.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_AnnotationMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AnnotationMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AnnotationMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_AnnotationMode_Auto">Auto</td>
        <td><p>Auto select the annotation mode base on current shape engine.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AnnotationMode_ColorPicker">ColorPicker</td>
        <td><p>Make a color in the current picture transparent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AnnotationMode_Curve">Curve</td>
        <td><p>Draws a shape that has curved segments.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AnnotationMode_Freeform">Freeform</td>
        <td><p>Draws a shape that has both curved and straight segments.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AnnotationMode_Legacy">Legacy</td>
        <td><p>Starts the legacy annotation mode.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_AnnotationMode_Scribble">Scribble</td>
        <td><p>Draw a shape that looks like it was drawn with a pen by hand, or to create smooth curves.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
