# C1.Schedule.Printing.PrintInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_Printing_PrintInfo" data-uid="C1.Schedule.Printing.PrintInfo" class="text-break">PrintInfo Class
</h1>
  <div class="markdown level0 summary"><p>The object used to manage schedule printing.</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">PrintInfo</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_PrintInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class PrintInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class PrintInfo</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_Schedule_Printing_PrintInfo_CurrentStyle" data-uid="C1.Schedule.Printing.PrintInfo.CurrentStyle">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.CurrentStyle.html#C1_Schedule_Printing_PrintInfo_CurrentStyle">CurrentStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Schedule.Printing.PrintStyle.html">PrintStyle</a> object which is currently selected for printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_HidePrivateAppointments" data-uid="C1.Schedule.Printing.PrintInfo.HidePrivateAppointments">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.HidePrivateAppointments.html#C1_Schedule_Printing_PrintInfo_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 the resulting document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_IsPreviewEnabled" data-uid="C1.Schedule.Printing.PrintInfo.IsPreviewEnabled">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.IsPreviewEnabled.html#C1_Schedule_Printing_PrintInfo_IsPreviewEnabled">IsPreviewEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether preview is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_IsPrintingEnabled" data-uid="C1.Schedule.Printing.PrintInfo.IsPrintingEnabled">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.IsPrintingEnabled.html#C1_Schedule_Printing_PrintInfo_IsPrintingEnabled">IsPrintingEnabled</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 printing is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_PreviewHelper" data-uid="C1.Schedule.Printing.PrintInfo.PreviewHelper">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.PreviewHelper.html#C1_Schedule_Printing_PrintInfo_PreviewHelper">PreviewHelper</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.Printing.PreviewWrapper.html">PreviewWrapper</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_PrintDocumentHelper" data-uid="C1.Schedule.Printing.PrintInfo.PrintDocumentHelper">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.PrintDocumentHelper.html#C1_Schedule_Printing_PrintInfo_PrintDocumentHelper">PrintDocumentHelper</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.Printing.PrintDocumentWrapper.html">PrintDocumentWrapper</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_PrintSelectedCalendar" data-uid="C1.Schedule.Printing.PrintInfo.PrintSelectedCalendar">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.PrintSelectedCalendar.html#C1_Schedule_Printing_PrintInfo_PrintSelectedCalendar">PrintSelectedCalendar</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 only
show appointments from the currently selected <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> in the resulting document.
By default resulting document contains all appointments regardless of the C1Schedule grouping.
Set this property to true to show appointments from the currently selected <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_PrintStyles" data-uid="C1.Schedule.Printing.PrintInfo.PrintStyles">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.PrintStyles.html#C1_Schedule_Printing_PrintInfo_PrintStyles">PrintStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.Printing.PrintStyleCollection.html">PrintStyleCollection</a> collection, containing all available styles of printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_ShowOptionsForm" data-uid="C1.Schedule.Printing.PrintInfo.ShowOptionsForm">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.ShowOptionsForm.html#C1_Schedule_Printing_PrintInfo_ShowOptionsForm">ShowOptionsForm</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
show options form before printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_ShowProgressForm" data-uid="C1.Schedule.Printing.PrintInfo.ShowProgressForm">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.ShowProgressForm.html#C1_Schedule_Printing_PrintInfo_ShowProgressForm">ShowProgressForm</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Progress Form is displayed.</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_PrintInfo_LoadStyle_C1_Schedule_Printing_PrintStyle_" data-uid="C1.Schedule.Printing.PrintInfo.LoadStyle(C1.Schedule.Printing.PrintStyle)">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.LoadStyle.html#C1_Schedule_Printing_PrintInfo_LoadStyle_C1_Schedule_Printing_PrintStyle_">LoadStyle(PrintStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads style definition to C1PrintDocument control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_Preview" data-uid="C1.Schedule.Printing.PrintInfo.Preview">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.Preview.html#C1_Schedule_Printing_PrintInfo_Preview">Preview()</a>
        </td>
        <td class="markdown level1 summary"><p>Opens a separate application window in which end users can preview
the output that would be generated by the print operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_Preview_C1_Schedule_Appointment_" data-uid="C1.Schedule.Printing.PrintInfo.Preview(C1.Schedule.Appointment)">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.Preview.html#C1_Schedule_Printing_PrintInfo_Preview_C1_Schedule_Appointment_">Preview(Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens a separate application window in which end users can preview
the output that would be generated by the print operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_Preview_C1_Schedule_Printing_PrintStyle_" data-uid="C1.Schedule.Printing.PrintInfo.Preview(C1.Schedule.Printing.PrintStyle)">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.Preview.html#C1_Schedule_Printing_PrintInfo_Preview_C1_Schedule_Printing_PrintStyle_">Preview(PrintStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens a separate application window in which end users can preview
the output that would be generated by the print operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_Preview_C1_Schedule_Printing_PrintStyle_System_DateTime_System_DateTime_" data-uid="C1.Schedule.Printing.PrintInfo.Preview(C1.Schedule.Printing.PrintStyle,System.DateTime,System.DateTime)">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.Preview.html#C1_Schedule_Printing_PrintInfo_Preview_C1_Schedule_Printing_PrintStyle_System_DateTime_System_DateTime_">Preview(PrintStyle, DateTime, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens a separate application window in which end users can preview
the output that would be generated by the print operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_Print" data-uid="C1.Schedule.Printing.PrintInfo.Print">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.Print.html#C1_Schedule_Printing_PrintInfo_Print">Print()</a>
        </td>
        <td class="markdown level1 summary"><p>Sends default printing style for the currently selected view to the printer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_Print_C1_Schedule_Appointment_" data-uid="C1.Schedule.Printing.PrintInfo.Print(C1.Schedule.Appointment)">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.Print.html#C1_Schedule_Printing_PrintInfo_Print_C1_Schedule_Appointment_">Print(Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends the specified <span class="xref">C1.Schedule.Appointment</span> object to the printer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_Print_C1_Schedule_Printing_PrintStyle_" data-uid="C1.Schedule.Printing.PrintInfo.Print(C1.Schedule.Printing.PrintStyle)">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.Print.html#C1_Schedule_Printing_PrintInfo_Print_C1_Schedule_Printing_PrintStyle_">Print(PrintStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends the specified printing style to the printer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_Printing_PrintInfo_Print_C1_Schedule_Printing_PrintStyle_System_DateTime_System_DateTime_" data-uid="C1.Schedule.Printing.PrintInfo.Print(C1.Schedule.Printing.PrintStyle,System.DateTime,System.DateTime)">
          <a class="xref" href="C1.Schedule.Printing.PrintInfo.Print.html#C1_Schedule_Printing_PrintInfo_Print_C1_Schedule_Printing_PrintStyle_System_DateTime_System_DateTime_">Print(PrintStyle, DateTime, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends the specified printing style to the printer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
