# C1.Schedule.Printing.PrintStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_Printing_PrintStyle" data-uid="C1.Schedule.Printing.PrintStyle" class="text-break">PrintStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.Printing.PrintStyle.html">PrintStyle</a> class represents the single printing style for a schedule control.</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">PrintStyle</span></div>
  </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_PrintStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class PrintStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class PrintStyle</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_Schedule_Printing_PrintStyle__ctor" data-uid="C1.Schedule.Printing.PrintStyle.#ctor">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.-ctor.html#C1_Schedule_Printing_PrintStyle__ctor">PrintStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new <a class="xref" href="C1.Schedule.Printing.PrintStyle.html">PrintStyle</a> object.</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_Schedule_Printing_PrintStyle_AppointmentsFont" data-uid="C1.Schedule.Printing.PrintStyle.AppointmentsFont">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.AppointmentsFont.html#C1_Schedule_Printing_PrintStyle_AppointmentsFont">AppointmentsFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object used for printing appointments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_Context" data-uid="C1.Schedule.Printing.PrintStyle.Context">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.Context.html#C1_Schedule_Printing_PrintStyle_Context">Context</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Schedule.Printing.PrintContextType.html">PrintContextType</a> value, specifying whether the current
<a class="xref" href="C1.Schedule.Printing.PrintStyle.html">PrintStyle</a> objects displays the single appointment or appointments
of the specified date range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_CurrentPageSettings" data-uid="C1.Schedule.Printing.PrintStyle.CurrentPageSettings">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.CurrentPageSettings.html#C1_Schedule_Printing_PrintStyle_CurrentPageSettings">CurrentPageSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the PageSettings for printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_DateHeadingsFont" data-uid="C1.Schedule.Printing.PrintStyle.DateHeadingsFont">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.DateHeadingsFont.html#C1_Schedule_Printing_PrintStyle_DateHeadingsFont">DateHeadingsFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object used for printing date headings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_Description" data-uid="C1.Schedule.Printing.PrintStyle.Description">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.Description.html#C1_Schedule_Printing_PrintStyle_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value, determining style description.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_DisplayName" data-uid="C1.Schedule.Printing.PrintStyle.DisplayName">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.DisplayName.html#C1_Schedule_Printing_PrintStyle_DisplayName">DisplayName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value, determining style display name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_DocumentFormat" data-uid="C1.Schedule.Printing.PrintStyle.DocumentFormat">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.DocumentFormat.html#C1_Schedule_Printing_PrintStyle_DocumentFormat">DocumentFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value determining the format of source document.
Returns 0 for .c1d and 1 for .c1dx documents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_FooterCenter" data-uid="C1.Schedule.Printing.PrintStyle.FooterCenter">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.FooterCenter.html#C1_Schedule_Printing_PrintStyle_FooterCenter">FooterCenter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used in the center part of the page footer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_FooterColor" data-uid="C1.Schedule.Printing.PrintStyle.FooterColor">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.FooterColor.html#C1_Schedule_Printing_PrintStyle_FooterColor">FooterColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value used for printing page footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_FooterFont" data-uid="C1.Schedule.Printing.PrintStyle.FooterFont">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.FooterFont.html#C1_Schedule_Printing_PrintStyle_FooterFont">FooterFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object used for printing page footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_FooterLeft" data-uid="C1.Schedule.Printing.PrintStyle.FooterLeft">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.FooterLeft.html#C1_Schedule_Printing_PrintStyle_FooterLeft">FooterLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used in the left part of the page footer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_FooterRight" data-uid="C1.Schedule.Printing.PrintStyle.FooterRight">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.FooterRight.html#C1_Schedule_Printing_PrintStyle_FooterRight">FooterRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used in the right part of the page footer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_HeaderCenter" data-uid="C1.Schedule.Printing.PrintStyle.HeaderCenter">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.HeaderCenter.html#C1_Schedule_Printing_PrintStyle_HeaderCenter">HeaderCenter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used in the center part of the page header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_HeaderColor" data-uid="C1.Schedule.Printing.PrintStyle.HeaderColor">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.HeaderColor.html#C1_Schedule_Printing_PrintStyle_HeaderColor">HeaderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value used for printing page headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_HeaderFont" data-uid="C1.Schedule.Printing.PrintStyle.HeaderFont">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.HeaderFont.html#C1_Schedule_Printing_PrintStyle_HeaderFont">HeaderFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> object used for printing page headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_HeaderLeft" data-uid="C1.Schedule.Printing.PrintStyle.HeaderLeft">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.HeaderLeft.html#C1_Schedule_Printing_PrintStyle_HeaderLeft">HeaderLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used in the left part of the page header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_HeaderRight" data-uid="C1.Schedule.Printing.PrintStyle.HeaderRight">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.HeaderRight.html#C1_Schedule_Printing_PrintStyle_HeaderRight">HeaderRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used in the right part of the page header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_HidePrivateAppointments" data-uid="C1.Schedule.Printing.PrintStyle.HidePrivateAppointments">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.HidePrivateAppointments.html#C1_Schedule_Printing_PrintStyle_HidePrivateAppointments">HidePrivateAppointments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether control should
hide details of private appointments in resulting document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_IsLoaded" data-uid="C1.Schedule.Printing.PrintStyle.IsLoaded">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.IsLoaded.html#C1_Schedule_Printing_PrintStyle_IsLoaded">IsLoaded</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the current style is loaded into C1PrintDocument control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_PreviewImage" data-uid="C1.Schedule.Printing.PrintStyle.PreviewImage">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.PreviewImage.html#C1_Schedule_Printing_PrintStyle_PreviewImage">PreviewImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a> object, representing a small preview of the style
which can be used for displaying style information in UI..</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_ReverseOnEvenPages" data-uid="C1.Schedule.Printing.PrintStyle.ReverseOnEvenPages">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.ReverseOnEvenPages.html#C1_Schedule_Printing_PrintStyle_ReverseOnEvenPages">ReverseOnEvenPages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether
page headers and footers should be reversed on even pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_StyleName" data-uid="C1.Schedule.Printing.PrintStyle.StyleName">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.StyleName.html#C1_Schedule_Printing_PrintStyle_StyleName">StyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value, determining the unique style name for using in
<a class="xref" href="C1.Schedule.Printing.PrintStyleCollection.html">PrintStyleCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_StyleSource" data-uid="C1.Schedule.Printing.PrintStyle.StyleSource">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.StyleSource.html#C1_Schedule_Printing_PrintStyle_StyleSource">StyleSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining the source of
C1PrintDocument template. It might be the name of .c1d or .c1dx file or the name
of resource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_Tags" data-uid="C1.Schedule.Printing.PrintStyle.Tags">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.Tags.html#C1_Schedule_Printing_PrintStyle_Tags">Tags</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary&lt;TKey, TValue&gt;</a> dictionary, containing information
about C1PrintDocument tags.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_IsStandardTag_C1_Schedule_Printing_TagInfo_" data-uid="C1.Schedule.Printing.PrintStyle.IsStandardTag(C1.Schedule.Printing.TagInfo)">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.IsStandardTag.html#C1_Schedule_Printing_PrintStyle_IsStandardTag_C1_Schedule_Printing_TagInfo_">IsStandardTag(TagInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value, determining whether the specified tag in one of
the predefined tags used by the <a class="xref" href="C1.Schedule.Printing.PrintStyle.html">PrintStyle</a> and PrintOptionsForm classes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintStyle_Load_C1_Schedule_Printing_PrintDocumentWrapper_" data-uid="C1.Schedule.Printing.PrintStyle.Load(C1.Schedule.Printing.PrintDocumentWrapper)">
          <a class="xref" href="C1.Schedule.Printing.PrintStyle.Load.html#C1_Schedule_Printing_PrintStyle_Load_C1_Schedule_Printing_PrintDocumentWrapper_">Load(PrintDocumentWrapper)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads style definition to the specified C1PrintDocument control.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
