# FarPoint.Win.Spread.ScaleRule

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_ScaleRule" data-uid="FarPoint.Win.Spread.ScaleRule" class="text-break">ScaleRule Class
</h1>
  <div class="markdown level0 summary"><p>Represents the rules that determine how to scale the printed sheet.</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="FarPoint.Win.Spread.SmartPrintRule.html">SmartPrintRule</a></div>
    <div class="level2"><span class="xref">ScaleRule</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_ScaleRule_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScaleRule : SmartPrintRule, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScaleRule
    Inherits SmartPrintRule
    Implements ISerializeSupport</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="FarPoint_Win_Spread_ScaleRule__ctor" data-uid="FarPoint.Win.Spread.ScaleRule.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.ScaleRule.-ctor.html#FarPoint_Win_Spread_ScaleRule__ctor">ScaleRule()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new rule that determines how to scale the printed sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScaleRule__ctor_FarPoint_Win_Spread_ResetOption_System_Single_System_Single_System_Single_" data-uid="FarPoint.Win.Spread.ScaleRule.#ctor(FarPoint.Win.Spread.ResetOption,System.Single,System.Single,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.ScaleRule.-ctor.html#FarPoint_Win_Spread_ScaleRule__ctor_FarPoint_Win_Spread_ResetOption_System_Single_System_Single_System_Single_">ScaleRule(ResetOption, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new rule that determines how to scale the printed sheet, with the specified reset option, factors, and intervals.</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="FarPoint_Win_Spread_ScaleRule_EndFactor" data-uid="FarPoint.Win.Spread.ScaleRule.EndFactor">
          <a class="xref" href="FarPoint.Win.Spread.ScaleRule.EndFactor.html#FarPoint_Win_Spread_ScaleRule_EndFactor">EndFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom factor at which to stop testing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScaleRule_Interval" data-uid="FarPoint.Win.Spread.ScaleRule.Interval">
          <a class="xref" href="FarPoint.Win.Spread.ScaleRule.Interval.html#FarPoint_Win_Spread_ScaleRule_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount by which to decrement the zoom factor between scale tests.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScaleRule_ResetOption" data-uid="FarPoint.Win.Spread.ScaleRule.ResetOption">
          <a class="xref" href="FarPoint.Win.Spread.ScaleRule.ResetOption.html#FarPoint_Win_Spread_ScaleRule_ResetOption">ResetOption</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether to reset the rules or a particular rule before testing the next SmartPrint rule.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScaleRule_StartFactor" data-uid="FarPoint.Win.Spread.ScaleRule.StartFactor">
          <a class="xref" href="FarPoint.Win.Spread.ScaleRule.StartFactor.html#FarPoint_Win_Spread_ScaleRule_StartFactor">StartFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom factor at which to begin testing.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
