# C1.C1Pdf.PdfRectNote

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Pdf_PdfRectNote" data-uid="C1.C1Pdf.PdfRectNote" class="text-break">PdfRectNote Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class for notes that have a surface
(<a class="xref" href="C1.C1Pdf.PdfTextNote.html">PdfTextNote</a>, <a class="xref" href="C1.C1Pdf.PdfSquareNote.html">PdfSquareNote</a>).</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="C1.C1Pdf.PdfNoteBase.html">PdfNoteBase</a></div>
    <div class="level2"><span class="xref">PdfRectNote</span></div>
      <div class="level3"><a class="xref" href="C1.C1Pdf.PdfSquareNote.html">PdfSquareNote</a></div>
      <div class="level3"><a class="xref" href="C1.C1Pdf.PdfTextNote.html">PdfTextNote</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Pdf.html">C1.C1Pdf</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="C1_C1Pdf_PdfRectNote_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class PdfRectNote : PdfNoteBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class PdfRectNote
    Inherits PdfNoteBase</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="C1_C1Pdf_PdfRectNote_FillColor" data-uid="C1.C1Pdf.PdfRectNote.FillColor">
          <a class="xref" href="C1.C1Pdf.PdfRectNote.FillColor.html#C1_C1Pdf_PdfRectNote_FillColor">FillColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill (background) color of the current note.</p>
<p>
The default fill color is yellow for text, transparent for other note types.
</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
