# C1.C1Preview.PageColumnDef

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_PageColumnDef" data-uid="C1.C1Preview.PageColumnDef" class="text-break">PageColumnDef Class
</h1>
  <div class="markdown level0 summary"><p>Represents the properties of a page column.</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">PageColumnDef</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_PageColumnDef_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true, true)]
[TypeConverter(typeof(PageColumnDef.TypeConverter2))]
public class PageColumnDef : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True, True)&gt;
&lt;TypeConverter(GetType(PageColumnDef.TypeConverter2))&gt;
Public Class PageColumnDef
    Implements ICloneable</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_C1Preview_PageColumnDef__ctor" data-uid="C1.C1Preview.PageColumnDef.#ctor">
          <a class="xref" href="C1.C1Preview.PageColumnDef.-ctor.html#C1_C1Preview_PageColumnDef__ctor">PageColumnDef()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.PageColumnDef.html">PageColumnDef</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageColumnDef__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_" data-uid="C1.C1Preview.PageColumnDef.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.PageColumnDef.-ctor.html#C1_C1Preview_PageColumnDef__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_">PageColumnDef(Unit, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.PageColumnDef.html">PageColumnDef</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageColumnDef__ctor_System_String_System_String_" data-uid="C1.C1Preview.PageColumnDef.#ctor(System.String,System.String)">
          <a class="xref" href="C1.C1Preview.PageColumnDef.-ctor.html#C1_C1Preview_PageColumnDef__ctor_System_String_System_String_">PageColumnDef(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.PageColumnDef.html">PageColumnDef</a> class.</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_C1Preview_PageColumnDef_Spacing" data-uid="C1.C1Preview.PageColumnDef.Spacing">
          <a class="xref" href="C1.C1Preview.PageColumnDef.Spacing.html#C1_C1Preview_PageColumnDef_Spacing">Spacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spacing between the current and next columns.</p>
<p>The default column spacing is <b>5mm</b>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageColumnDef_Width" data-uid="C1.C1Preview.PageColumnDef.Width">
          <a class="xref" href="C1.C1Preview.PageColumnDef.Width.html#C1_C1Preview_PageColumnDef_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the current column.</p>
<p>The default column width is <b>"auto"</b>.</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_C1Preview_PageColumnDef_AssignFrom_C1_C1Preview_PageColumnDef_" data-uid="C1.C1Preview.PageColumnDef.AssignFrom(C1.C1Preview.PageColumnDef)">
          <a class="xref" href="C1.C1Preview.PageColumnDef.AssignFrom.html#C1_C1Preview_PageColumnDef_AssignFrom_C1_C1Preview_PageColumnDef_">AssignFrom(PageColumnDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.PageColumnDef.html">PageColumnDef</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageColumnDef_Clone" data-uid="C1.C1Preview.PageColumnDef.Clone">
          <a class="xref" href="C1.C1Preview.PageColumnDef.Clone.html#C1_C1Preview_PageColumnDef_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current <a class="xref" href="C1.C1Preview.PageColumnDef.html">PageColumnDef</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageColumnDef_Compare_C1_C1Preview_PageColumnDef_" data-uid="C1.C1Preview.PageColumnDef.Compare(C1.C1Preview.PageColumnDef)">
          <a class="xref" href="C1.C1Preview.PageColumnDef.Compare.html#C1_C1Preview_PageColumnDef_Compare_C1_C1Preview_PageColumnDef_">Compare(PageColumnDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the properties on the current object to another <a class="xref" href="C1.C1Preview.PageColumnDef.html">PageColumnDef</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageColumnDef_ShouldSerializeSpacing" data-uid="C1.C1Preview.PageColumnDef.ShouldSerializeSpacing">
          <a class="xref" href="C1.C1Preview.PageColumnDef.ShouldSerializeSpacing.html#C1_C1Preview_PageColumnDef_ShouldSerializeSpacing">ShouldSerializeSpacing()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.PageColumnDef.Spacing.html#C1_C1Preview_PageColumnDef_Spacing">Spacing</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PageColumnDef_ShouldSerializeWidth" data-uid="C1.C1Preview.PageColumnDef.ShouldSerializeWidth">
          <a class="xref" href="C1.C1Preview.PageColumnDef.ShouldSerializeWidth.html#C1_C1Preview_PageColumnDef_ShouldSerializeWidth">ShouldSerializeWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.C1Preview.PageColumnDef.Width.html#C1_C1Preview_PageColumnDef_Width">Width</a> property should be serialized.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
