# GrapeCity.Documents.Layout.TargetParam

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Layout_TargetParam" data-uid="GrapeCity.Documents.Layout.TargetParam" class="text-break">TargetParam Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the target parameter of <a class="xref" href="GrapeCity.Documents.Layout.Constraint.html">Constraint</a>'s target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Layout.html">GrapeCity.Documents.Layout</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Layout_TargetParam_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TargetParam</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TargetParam</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_Angle">Angle</td>
        <td><p>The rotation angle of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_AspectRatio">AspectRatio</td>
        <td><p>The aspect (width to height) ratio of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_Bottom">Bottom</td>
        <td><p>The position of the bottom side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_Height">Height</td>
        <td><p>The height of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_HorizontalCenter">HorizontalCenter</td>
        <td><p>The position of the horizontal center of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_Left">Left</td>
        <td><p>The position of the left side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MaxBottom">MaxBottom</td>
        <td><p>The maximum position of the bottom side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MaxHeight">MaxHeight</td>
        <td><p>The maximum height of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MaxLeft">MaxLeft</td>
        <td><p>The maximum position of the left side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MaxRight">MaxRight</td>
        <td><p>The maximum position of the right side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MaxTop">MaxTop</td>
        <td><p>The maximum position of the top side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MaxWidth">MaxWidth</td>
        <td><p>The maximum width of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MinBottom">MinBottom</td>
        <td><p>The minimum position of the bottom side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MinHeight">MinHeight</td>
        <td><p>The minimum height of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MinLeft">MinLeft</td>
        <td><p>The minimum position of the left side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MinRight">MinRight</td>
        <td><p>The minimum position of the right side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MinTop">MinTop</td>
        <td><p>The minimum position of the top side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_MinWidth">MinWidth</td>
        <td><p>The minimum width of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_None">None</td>
        <td><p>The target parameter is not specified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_Right">Right</td>
        <td><p>The position of the right side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_StarHeight">StarHeight</td>
        <td><p>The proportional height (weight) of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_StarWidth">StarWidth</td>
        <td><p>The proportional width (weight) of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_Top">Top</td>
        <td><p>The position of the top side of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_VerticalCenter">VerticalCenter</td>
        <td><p>The position of the vertical center of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_TargetParam_Width">Width</td>
        <td><p>The width of the target <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
