The PageColumnDef type exposes the following members.

Constructors

  Name Description
Public method PageColumnDef()()()()
Initializes a new instance of the PageColumnDef class.
Public method PageColumnDef(String, String)
Initializes a new instance of the PageColumnDef class.
Public method PageColumnDef(Unit, Unit)
Initializes a new instance of the PageColumnDef class.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another PageColumnDef to the current object.
Public method Clone
Creates a copy of the current PageColumnDef object.
Public method Compare
Compares the properties on the current object to another PageColumnDef.
Protected method ShouldSerializeSpacing
Indicates whether the Spacing property should be serialized.
Protected method ShouldSerializeWidth
Indicates whether the Width property should be serialized.

Properties

  Name Description
Public property Spacing
Gets or sets the spacing between the current and next columns.

The default column spacing is 5mm.

Public property Width
Gets or sets the width of the current column.

The default column width is "auto".

See Also