# C1.Win.GanttView.Printing.PrintInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_Printing_PrintInfo" data-uid="C1.Win.GanttView.Printing.PrintInfo" class="text-break">PrintInfo Class
</h1>
  <div class="markdown level0 summary"><p>The class used to manage ganttview 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.Win.GanttView.Printing.html">C1.Win.GanttView.Printing</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_Printing_PrintInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PrintInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">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_Win_GanttView_Printing_PrintInfo_CurrentPageSettings" data-uid="C1.Win.GanttView.Printing.PrintInfo.CurrentPageSettings">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.CurrentPageSettings.html#C1_Win_GanttView_Printing_PrintInfo_CurrentPageSettings">CurrentPageSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the PageSettings for printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_EndDate" data-uid="C1.Win.GanttView.Printing.PrintInfo.EndDate">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.EndDate.html#C1_Win_GanttView_Printing_PrintInfo_EndDate">EndDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value represents the end date range for printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_FitHorizontally" data-uid="C1.Win.GanttView.Printing.PrintInfo.FitHorizontally">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.FitHorizontally.html#C1_Win_GanttView_Printing_PrintInfo_FitHorizontally">FitHorizontally</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the C1GanttView should be fitted into the page horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_FitVertically" data-uid="C1.Win.GanttView.Printing.PrintInfo.FitVertically">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.FitVertically.html#C1_Win_GanttView_Printing_PrintInfo_FitVertically">FitVertically</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the C1GanttView should be fitted into the page vertically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_FooterCenter" data-uid="C1.Win.GanttView.Printing.PrintInfo.FooterCenter">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.FooterCenter.html#C1_Win_GanttView_Printing_PrintInfo_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 footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_FooterColor" data-uid="C1.Win.GanttView.Printing.PrintInfo.FooterColor">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.FooterColor.html#C1_Win_GanttView_Printing_PrintInfo_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> object used for printing page footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_FooterFont" data-uid="C1.Win.GanttView.Printing.PrintInfo.FooterFont">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.FooterFont.html#C1_Win_GanttView_Printing_PrintInfo_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_Win_GanttView_Printing_PrintInfo_FooterLeft" data-uid="C1.Win.GanttView.Printing.PrintInfo.FooterLeft">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.FooterLeft.html#C1_Win_GanttView_Printing_PrintInfo_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 footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_FooterRight" data-uid="C1.Win.GanttView.Printing.PrintInfo.FooterRight">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.FooterRight.html#C1_Win_GanttView_Printing_PrintInfo_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_Win_GanttView_Printing_PrintInfo_HeaderCenter" data-uid="C1.Win.GanttView.Printing.PrintInfo.HeaderCenter">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.HeaderCenter.html#C1_Win_GanttView_Printing_PrintInfo_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 headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_HeaderColor" data-uid="C1.Win.GanttView.Printing.PrintInfo.HeaderColor">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.HeaderColor.html#C1_Win_GanttView_Printing_PrintInfo_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> object used for printing page headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_HeaderFont" data-uid="C1.Win.GanttView.Printing.PrintInfo.HeaderFont">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.HeaderFont.html#C1_Win_GanttView_Printing_PrintInfo_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_Win_GanttView_Printing_PrintInfo_HeaderLeft" data-uid="C1.Win.GanttView.Printing.PrintInfo.HeaderLeft">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.HeaderLeft.html#C1_Win_GanttView_Printing_PrintInfo_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 headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_HeaderRight" data-uid="C1.Win.GanttView.Printing.PrintInfo.HeaderRight">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.HeaderRight.html#C1_Win_GanttView_Printing_PrintInfo_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 headers..</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_IsPreviewEnabled" data-uid="C1.Win.GanttView.Printing.PrintInfo.IsPreviewEnabled">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.IsPreviewEnabled.html#C1_Win_GanttView_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_Win_GanttView_Printing_PrintInfo_IsPrintingEnabled" data-uid="C1.Win.GanttView.Printing.PrintInfo.IsPrintingEnabled">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.IsPrintingEnabled.html#C1_Win_GanttView_Printing_PrintInfo_IsPrintingEnabled">IsPrintingEnabled</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 printing is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_LegendCenter" data-uid="C1.Win.GanttView.Printing.PrintInfo.LegendCenter">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.LegendCenter.html#C1_Win_GanttView_Printing_PrintInfo_LegendCenter">LegendCenter</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 legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_LegendColor" data-uid="C1.Win.GanttView.Printing.PrintInfo.LegendColor">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.LegendColor.html#C1_Win_GanttView_Printing_PrintInfo_LegendColor">LegendColor</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> object used for printing legends.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_LegendFont" data-uid="C1.Win.GanttView.Printing.PrintInfo.LegendFont">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.LegendFont.html#C1_Win_GanttView_Printing_PrintInfo_LegendFont">LegendFont</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 legends.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_LegendLabelColor" data-uid="C1.Win.GanttView.Printing.PrintInfo.LegendLabelColor">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.LegendLabelColor.html#C1_Win_GanttView_Printing_PrintInfo_LegendLabelColor">LegendLabelColor</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> object used for printing legend labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_LegendLabelFont" data-uid="C1.Win.GanttView.Printing.PrintInfo.LegendLabelFont">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.LegendLabelFont.html#C1_Win_GanttView_Printing_PrintInfo_LegendLabelFont">LegendLabelFont</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 legend labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_LegendLeft" data-uid="C1.Win.GanttView.Printing.PrintInfo.LegendLeft">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.LegendLeft.html#C1_Win_GanttView_Printing_PrintInfo_LegendLeft">LegendLeft</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 legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_LegendRight" data-uid="C1.Win.GanttView.Printing.PrintInfo.LegendRight">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.LegendRight.html#C1_Win_GanttView_Printing_PrintInfo_LegendRight">LegendRight</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 legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_LegendTextAreaWidth" data-uid="C1.Win.GanttView.Printing.PrintInfo.LegendTextAreaWidth">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.LegendTextAreaWidth.html#C1_Win_GanttView_Printing_PrintInfo_LegendTextAreaWidth">LegendTextAreaWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> value specifies width of the text area of legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_NumberOfFirstColumns" data-uid="C1.Win.GanttView.Printing.PrintInfo.NumberOfFirstColumns">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.NumberOfFirstColumns.html#C1_Win_GanttView_Printing_PrintInfo_NumberOfFirstColumns">NumberOfFirstColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value specifies the number of first columns
to be printed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_NumberOfRepeatColumns" data-uid="C1.Win.GanttView.Printing.PrintInfo.NumberOfRepeatColumns">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.NumberOfRepeatColumns.html#C1_Win_GanttView_Printing_PrintInfo_NumberOfRepeatColumns">NumberOfRepeatColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value specifies the number of first columns
will be printed repeatly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_PreviewHelper" data-uid="C1.Win.GanttView.Printing.PrintInfo.PreviewHelper">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.PreviewHelper.html#C1_Win_GanttView_Printing_PrintInfo_PreviewHelper">PreviewHelper</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.GanttView.Printing.PreviewWrapper.html">PreviewWrapper</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_PrintAllGridColumns" data-uid="C1.Win.GanttView.Printing.PrintInfo.PrintAllGridColumns">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.PrintAllGridColumns.html#C1_Win_GanttView_Printing_PrintInfo_PrintAllGridColumns">PrintAllGridColumns</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 indicating whether print all columns of gridview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_PrintBorders" data-uid="C1.Win.GanttView.Printing.PrintInfo.PrintBorders">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.PrintBorders.html#C1_Win_GanttView_Printing_PrintInfo_PrintBorders">PrintBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether borders specified by the grid styles are printed.
Set this property to false if you want to use C1PrintDocument's Style.Borders and/or Style.GridLines
to specify how borders are printed instead.</p>
<p>The default value is true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_PrintEntireProject" data-uid="C1.Win.GanttView.Printing.PrintInfo.PrintEntireProject">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.PrintEntireProject.html#C1_Win_GanttView_Printing_PrintInfo_PrintEntireProject">PrintEntireProject</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 print entire project or specific date range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_PrintHighlight" data-uid="C1.Win.GanttView.Printing.PrintInfo.PrintHighlight">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.PrintHighlight.html#C1_Win_GanttView_Printing_PrintInfo_PrintHighlight">PrintHighlight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether highlighted cells are printed as such.</p>
<p>The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_PrintType" data-uid="C1.Win.GanttView.Printing.PrintInfo.PrintType">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.PrintType.html#C1_Win_GanttView_Printing_PrintInfo_PrintType">PrintType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of printing layout style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_Scale" data-uid="C1.Win.GanttView.Printing.PrintInfo.Scale">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.Scale.html#C1_Win_GanttView_Printing_PrintInfo_Scale">Scale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scale of printing gantt view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_ShowOptionsForm" data-uid="C1.Win.GanttView.Printing.PrintInfo.ShowOptionsForm">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.ShowOptionsForm.html#C1_Win_GanttView_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_Win_GanttView_Printing_PrintInfo_ShowProgressForm" data-uid="C1.Win.GanttView.Printing.PrintInfo.ShowProgressForm">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.ShowProgressForm.html#C1_Win_GanttView_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>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_StartDate" data-uid="C1.Win.GanttView.Printing.PrintInfo.StartDate">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.StartDate.html#C1_Win_GanttView_Printing_PrintInfo_StartDate">StartDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value represents the start date range for printing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_StyleSource" data-uid="C1.Win.GanttView.Printing.PrintInfo.StyleSource">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.StyleSource.html#C1_Win_GanttView_Printing_PrintInfo_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>
    </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_GanttView_Printing_PrintInfo_MakeLegendTable" data-uid="C1.Win.GanttView.Printing.PrintInfo.MakeLegendTable">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.MakeLegendTable.html#C1_Win_GanttView_Printing_PrintInfo_MakeLegendTable">MakeLegendTable()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets RenderTable object that represents legend table.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_Preview" data-uid="C1.Win.GanttView.Printing.PrintInfo.Preview">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.Preview.html#C1_Win_GanttView_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_Win_GanttView_Printing_PrintInfo_Preview_System_String_" data-uid="C1.Win.GanttView.Printing.PrintInfo.Preview(System.String)">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.Preview.html#C1_Win_GanttView_Printing_PrintInfo_Preview_System_String_">Preview(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens a separate application window in wich end users can preview
the output that would be generated by the print operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_Printing_PrintInfo_Print" data-uid="C1.Win.GanttView.Printing.PrintInfo.Print">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.Print.html#C1_Win_GanttView_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_Win_GanttView_Printing_PrintInfo_Print_System_String_" data-uid="C1.Win.GanttView.Printing.PrintInfo.Print(System.String)">
          <a class="xref" href="C1.Win.GanttView.Printing.PrintInfo.Print.html#C1_Win_GanttView_Printing_PrintInfo_Print_System_String_">Print(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends the specified printing style from file to the printer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
