[]
Represents the properties of a page column.
[C1ClassSerialization(true, true)]
[TypeConverter(typeof(PageColumnDef.TypeConverter2))]
public class PageColumnDef : ICloneable
| Name | Description |
|---|---|
| PageColumnDef() | Initializes a new instance of the PageColumnDef class. |
| PageColumnDef(Unit, Unit) | Initializes a new instance of the PageColumnDef class. |
| PageColumnDef(string, string) | Initializes a new instance of the PageColumnDef class. |
| Name | Description |
|---|---|
| Spacing | Gets or sets the spacing between the current and next columns. The default column spacing is 5mm. |
| Width | Gets or sets the width of the current column. The default column width is "auto". |
| Name | Description |
|---|---|
| AssignFrom(PageColumnDef) | Assigns (copies) properties from another PageColumnDef to the current object. |
| Clone() | Creates a copy of the current PageColumnDef object. |
| Compare(PageColumnDef) | Compares the properties on the current object to another PageColumnDef. |
| ShouldSerializeSpacing() | Indicates whether the Spacing property should be serialized. |
| ShouldSerializeWidth() | Indicates whether the Width property should be serialized. |