# C1.C1Pdf.C1PdfDocument.AddNote

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Pdf_C1PdfDocument_AddNote_" data-uid="C1.C1Pdf.C1PdfDocument.AddNote*">AddNote Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Pdf_C1PdfDocument_AddNote_" data-uid="C1.C1Pdf.C1PdfDocument.AddNote*"></a>
<h4 id="C1_C1Pdf_C1PdfDocument_AddNote_C1_C1Pdf_PdfNoteBase_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddNote(C1.C1Pdf.PdfNoteBase,System.Drawing.RectangleF)">AddNote(PdfNoteBase, RectangleF)</h4>
<div class="markdown level1 summary"><p>Adds an annotation item to the current page.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AddNote(PdfNoteBase note, RectangleF rc)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddNote(note As PdfNoteBase, rc As RectangleF)</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="C1.C1Pdf.PdfNoteBase.html">PdfNoteBase</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The <a class="xref" href="C1.C1Pdf.PdfNoteBase.html">PdfNoteBase</a> object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">rc</span></td>
      <td><p>Area on the page that will behave as an AcroField (in points from the top-left corner of the page).</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Pdf_C1PdfDocument_AddNote_" data-uid="C1.C1Pdf.C1PdfDocument.AddNote*"></a>
<h4 id="C1_C1Pdf_C1PdfDocument_AddNote_C1_C1Pdf_PdfNoteBase_System_Int32_System_Drawing_RectangleF_" data-uid="C1.C1Pdf.C1PdfDocument.AddNote(C1.C1Pdf.PdfNoteBase,System.Int32,System.Drawing.RectangleF)">AddNote(PdfNoteBase, int, RectangleF)</h4>
<div class="markdown level1 summary"><p>Adds an annotation item to the document.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AddNote(PdfNoteBase note, int page, RectangleF rc)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddNote(note As PdfNoteBase, page As Integer, rc As RectangleF)</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="C1.C1Pdf.PdfNoteBase.html">PdfNoteBase</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The <a class="xref" href="C1.C1Pdf.PdfNoteBase.html">PdfNoteBase</a> object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">page</span></td>
      <td><p>Index of the page that will contain the AcroField.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">rc</span></td>
      <td><p>Area on the page that will behave as a AcroField (in points from the top-left corner of the page).</p>
</td>
    </tr>
  </tbody>
</table>
</div>
