# C1.Schedule.Printing.PrintContextType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Schedule_Printing_PrintContextType" data-uid="C1.Schedule.Printing.PrintContextType" class="text-break">PrintContextType Enum
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.Printing.PrintContextType.html">PrintContextType</a> defines the printing context for the <a class="xref" href="C1.Schedule.Printing.PrintStyle.html">PrintStyle</a> object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Schedule.Printing.html">C1.Schedule.Printing</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Schedule.10.dll</h6>
  <h5 id="C1_Schedule_Printing_PrintContextType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum PrintContextType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum PrintContextType</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="C1_Schedule_Printing_PrintContextType_Appointment">Appointment</td>
        <td><p>Document displays content of the <a class="xref" href="C1.Schedule.Printing.PrintContextType.html#C1_Schedule_Printing_PrintContextType_Appointment">Appointment</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintContextType_DateRange">DateRange</td>
        <td><p>Document displays appointments for the specified date range.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
