# FarPoint.Win.Spread.FpSpread.StartInkNotation

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_FpSpread_StartInkNotation_" data-uid="FarPoint.Win.Spread.FpSpread.StartInkNotation*">StartInkNotation Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_FpSpread_StartInkNotation_" data-uid="FarPoint.Win.Spread.FpSpread.StartInkNotation*"></a>
<h4 id="FarPoint_Win_Spread_FpSpread_StartInkNotation" data-uid="FarPoint.Win.Spread.FpSpread.StartInkNotation">StartInkNotation()</h4>
<div class="markdown level1 summary"><p>Starts ink notation in the active viewport if the Microsoft.Ink assembly is found in the GAC.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool StartInkNotation()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function StartInkNotation() As Boolean</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>Boolean: true if successful; false otherwise</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_FpSpread_StartInkNotation_" data-uid="FarPoint.Win.Spread.FpSpread.StartInkNotation*"></a>
<h4 id="FarPoint_Win_Spread_FpSpread_StartInkNotation_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.FpSpread.StartInkNotation(System.Int32,System.Int32)">StartInkNotation(int, int)</h4>
<div class="markdown level1 summary"><p>Starts ink notation in the specified viewport if the Microsoft.Ink assembly is found in the GAC.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool StartInkNotation(int rowPaneIndex, int columnPaneIndex)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function StartInkNotation(rowPaneIndex As Integer, columnPaneIndex As Integer) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowPaneIndex</span></td>
      <td><p>Viewport row index</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnPaneIndex</span></td>
      <td><p>Viewport column index</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>Boolean: true if successful; false otherwise</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_FpSpread_StartInkNotation_" data-uid="FarPoint.Win.Spread.FpSpread.StartInkNotation*"></a>
<h4 id="FarPoint_Win_Spread_FpSpread_StartInkNotation_System_Drawing_Color_System_Int32_" data-uid="FarPoint.Win.Spread.FpSpread.StartInkNotation(System.Drawing.Color,System.Int32)">StartInkNotation(Color, int)</h4>
<div class="markdown level1 summary"><p>Starts ink notation in the active viewport with the specified notation background color,
if the Microsoft.Ink assembly is found in the GAC.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool StartInkNotation(Color inkBackColor, int alphaBlend)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function StartInkNotation(inkBackColor As Color, alphaBlend As Integer) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">inkBackColor</span></td>
      <td><p>Background color for the notation viewport</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">alphaBlend</span></td>
      <td><p>Alphablending value for the notation viewport</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>Boolean: true if successful; false otherwise</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_FpSpread_StartInkNotation_" data-uid="FarPoint.Win.Spread.FpSpread.StartInkNotation*"></a>
<h4 id="FarPoint_Win_Spread_FpSpread_StartInkNotation_System_Int32_System_Int32_System_Drawing_Color_System_Int32_" data-uid="FarPoint.Win.Spread.FpSpread.StartInkNotation(System.Int32,System.Int32,System.Drawing.Color,System.Int32)">StartInkNotation(int, int, Color, int)</h4>
<div class="markdown level1 summary"><p>Starts ink notation in the specified viewport with the specified notation background color,
if the Microsoft.Ink assembly is found in the GAC.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool StartInkNotation(int rowPaneIndex, int columnPaneIndex, Color inkBackColor, int alphaBlend)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function StartInkNotation(rowPaneIndex As Integer, columnPaneIndex As Integer, inkBackColor As Color, alphaBlend As Integer) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowPaneIndex</span></td>
      <td><p>Viewport row index</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnPaneIndex</span></td>
      <td><p>Viewport column index</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">inkBackColor</span></td>
      <td><p>Background color for the notation viewport</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">alphaBlend</span></td>
      <td><p>Alphablending value for the notation viewport</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>Boolean: true if successful; false otherwise</p>
</td>
    </tr>
  </tbody>
</table>
</div>
