[]
Initializes a new instance of the PageColumnDef class.
public PageColumnDef()
Public Sub New()
Initializes a new instance of the PageColumnDef class.
public PageColumnDef(string width, string spacing)
Public Sub New(width As String, spacing As String)
| Type | Name | Description |
|---|---|---|
| string | width | A string that is converted to a Unit value representing the Width of the current column. |
| string | spacing | A string that is converted to a Unit value representing the Spacing of the current column. |
Initializes a new instance of the PageColumnDef class.
public PageColumnDef(Unit width, Unit spacing)
Public Sub New(width As Unit, spacing As Unit)
| Type | Name | Description |
|---|---|---|
| Unit | width | |
| Unit | spacing | A a Unit value representing the Spacing of the current column. |