# C1.C1Preview.EmfOutlineHeader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_EmfOutlineHeader" data-uid="C1.C1Preview.EmfOutlineHeader" class="text-break">EmfOutlineHeader Class
</h1>
  <div class="markdown level0 summary"><p>Contains data describing an outline entry extracted from a metafile
comment record or compatible (using the &quot;%PDFHdr|&quot; prefix).</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"><span class="xref">EmfOutlineHeader</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_EmfOutlineHeader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EmfOutlineHeader</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EmfOutlineHeader</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_EmfOutlineHeader__ctor_System_Int32_System_Int32_System_String_System_Drawing_RectangleF_" data-uid="C1.C1Preview.EmfOutlineHeader.#ctor(System.Int32,System.Int32,System.String,System.Drawing.RectangleF)">
          <a class="xref" href="C1.C1Preview.EmfOutlineHeader.-ctor.html#C1_C1Preview_EmfOutlineHeader__ctor_System_Int32_System_Int32_System_String_System_Drawing_RectangleF_">EmfOutlineHeader(int, int, string, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of EmfOutlineHeader class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_C1Preview_EmfOutlineHeader_Level" data-uid="C1.C1Preview.EmfOutlineHeader.Level">
          <a class="xref" href="C1.C1Preview.EmfOutlineHeader.Level.html#C1_C1Preview_EmfOutlineHeader_Level">Level</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the entry outline level.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_EmfOutlineHeader_PageIdx" data-uid="C1.C1Preview.EmfOutlineHeader.PageIdx">
          <a class="xref" href="C1.C1Preview.EmfOutlineHeader.PageIdx.html#C1_C1Preview_EmfOutlineHeader_PageIdx">PageIdx</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the 0-based page index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_EmfOutlineHeader_Rectangle" data-uid="C1.C1Preview.EmfOutlineHeader.Rectangle">
          <a class="xref" href="C1.C1Preview.EmfOutlineHeader.Rectangle.html#C1_C1Preview_EmfOutlineHeader_Rectangle">Rectangle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the entry rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_EmfOutlineHeader_Text" data-uid="C1.C1Preview.EmfOutlineHeader.Text">
          <a class="xref" href="C1.C1Preview.EmfOutlineHeader.Text.html#C1_C1Preview_EmfOutlineHeader_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the entry text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
