# C1.Win.Schedule.Printing.PrintOptionsForm

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Schedule_Printing_PrintOptionsForm" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm" class="text-break">PrintOptionsForm Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Schedule.Printing.PrintOptionsForm.html">PrintOptionsForm</a> allows selecting printing style from
the list of available styles and setting other printing options.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></div>
    <div class="level7"><span class="xref">PrintOptionsForm</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Schedule.Printing.html">C1.Win.Schedule.Printing</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Schedule.10.dll</h6>
  <h5 id="C1_Win_Schedule_Printing_PrintOptionsForm_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PrintOptionsForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PrintOptionsForm
    Inherits Form
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</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_Win_Schedule_Printing_PrintOptionsForm__ctor_C1_Schedule_Printing_PrintInfo_C1_Schedule_Printing_PrintStyle_C1_Schedule_Printing_PrintContextType_" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.#ctor(C1.Schedule.Printing.PrintInfo,C1.Schedule.Printing.PrintStyle,C1.Schedule.Printing.PrintContextType)">
          <a class="xref" href="C1.Win.Schedule.Printing.PrintOptionsForm.-ctor.html#C1_Win_Schedule_Printing_PrintOptionsForm__ctor_C1_Schedule_Printing_PrintInfo_C1_Schedule_Printing_PrintStyle_C1_Schedule_Printing_PrintContextType_">PrintOptionsForm(PrintInfo, PrintStyle, PrintContextType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.Printing.PrintOptionsForm.html">PrintOptionsForm</a> form.</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_Win_Schedule_Printing_PrintOptionsForm_EndDate" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.EndDate">
          <a class="xref" href="C1.Win.Schedule.Printing.PrintOptionsForm.EndDate.html#C1_Win_Schedule_Printing_PrintOptionsForm_EndDate">EndDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value determining the end of the printing range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_Printing_PrintOptionsForm_HidePrivateAppointments" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.HidePrivateAppointments">
          <a class="xref" href="C1.Win.Schedule.Printing.PrintOptionsForm.HidePrivateAppointments.html#C1_Win_Schedule_Printing_PrintOptionsForm_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_Win_Schedule_Printing_PrintOptionsForm_PrintSelectedCalendar" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.PrintSelectedCalendar">
          <a class="xref" href="C1.Win.Schedule.Printing.PrintOptionsForm.PrintSelectedCalendar.html#C1_Win_Schedule_Printing_PrintOptionsForm_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_Win_Schedule_Printing_PrintOptionsForm_SelectedStyle" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.SelectedStyle">
          <a class="xref" href="C1.Win.Schedule.Printing.PrintOptionsForm.SelectedStyle.html#C1_Win_Schedule_Printing_PrintOptionsForm_SelectedStyle">SelectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the currently selected <a class="xref" href="C1.Schedule.Printing.PrintStyle.html">PrintStyle</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_Printing_PrintOptionsForm_StartDate" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.StartDate">
          <a class="xref" href="C1.Win.Schedule.Printing.PrintOptionsForm.StartDate.html#C1_Win_Schedule_Printing_PrintOptionsForm_StartDate">StartDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value determining beginning of the printing range.</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_Win_Schedule_Printing_PrintOptionsForm_Dispose_System_Boolean_" data-uid="C1.Win.Schedule.Printing.PrintOptionsForm.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Schedule.Printing.PrintOptionsForm.Dispose.html#C1_Win_Schedule_Printing_PrintOptionsForm_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
