# C1.Win.List.PrintPreviewWinSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_PrintPreviewWinSettings" data-uid="C1.Win.List.PrintPreviewWinSettings" class="text-break">PrintPreviewWinSettings Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the characteristics of the print preview window
shown by the <a class="xref" href="C1.Win.List.PrintInfo.PrintPreview.html#C1_Win_List_PrintInfo_PrintPreview">PrintPreview()</a> method.</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">PrintPreviewWinSettings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_PrintPreviewWinSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter))]
public class PrintPreviewWinSettings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter))&gt;
Public Class PrintPreviewWinSettings</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_List_PrintPreviewWinSettings_AllowSizing" data-uid="C1.Win.List.PrintPreviewWinSettings.AllowSizing">
          <a class="xref" href="C1.Win.List.PrintPreviewWinSettings.AllowSizing.html#C1_Win_List_PrintPreviewWinSettings_AllowSizing">AllowSizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the end user has the ability to size the preview window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintPreviewWinSettings_Caption" data-uid="C1.Win.List.PrintPreviewWinSettings.Caption">
          <a class="xref" href="C1.Win.List.PrintPreviewWinSettings.Caption.html#C1_Win_List_PrintPreviewWinSettings_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption of the preview window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintPreviewWinSettings_Location" data-uid="C1.Win.List.PrintPreviewWinSettings.Location">
          <a class="xref" href="C1.Win.List.PrintPreviewWinSettings.Location.html#C1_Win_List_PrintPreviewWinSettings_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the preview window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintPreviewWinSettings_NavigationPaneDockingStyle" data-uid="C1.Win.List.PrintPreviewWinSettings.NavigationPaneDockingStyle">
          <a class="xref" href="C1.Win.List.PrintPreviewWinSettings.NavigationPaneDockingStyle.html#C1_Win_List_PrintPreviewWinSettings_NavigationPaneDockingStyle">NavigationPaneDockingStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position and manner in which the control is docked in the navigation page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintPreviewWinSettings_Size" data-uid="C1.Win.List.PrintPreviewWinSettings.Size">
          <a class="xref" href="C1.Win.List.PrintPreviewWinSettings.Size.html#C1_Win_List_PrintPreviewWinSettings_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintPreviewWinSettings_ToolBars" data-uid="C1.Win.List.PrintPreviewWinSettings.ToolBars">
          <a class="xref" href="C1.Win.List.PrintPreviewWinSettings.ToolBars.html#C1_Win_List_PrintPreviewWinSettings_ToolBars">ToolBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the visibiity of toolbars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintPreviewWinSettings_ZoomFactor" data-uid="C1.Win.List.PrintPreviewWinSettings.ZoomFactor">
          <a class="xref" href="C1.Win.List.PrintPreviewWinSettings.ZoomFactor.html#C1_Win_List_PrintPreviewWinSettings_ZoomFactor">ZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom factor for print preview.</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_List_PrintPreviewWinSettings_ToString" data-uid="C1.Win.List.PrintPreviewWinSettings.ToString">
          <a class="xref" href="C1.Win.List.PrintPreviewWinSettings.ToString.html#C1_Win_List_PrintPreviewWinSettings_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
