[]
        
(Showing Draft Content)

C1.C1Preview.PageColumnDef

PageColumnDef Class

Represents the properties of a page column.

Inheritance
PageColumnDef
Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true, true)]
[TypeConverter(typeof(PageColumnDef.TypeConverter2))]
public class PageColumnDef : ICloneable

Constructors

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.

Properties

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".

Methods

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.