[]
Initializes a new instance of the PageLayout class.
public PageLayout()
Initializes a new instance of the PageLayout class.
public PageLayout(C1PageSettings pageSettings)
| Type | Name | Description |
|---|---|---|
| C1PageSettings | pageSettings | The page settings to use. |
Initializes a new instance of the PageLayout class.
public PageLayout(C1PageSettings pageSettings, params PageColumnDef[] columns)
| Type | Name | Description |
|---|---|---|
| C1PageSettings | pageSettings | The page settings to use for the current page layout. |
| PageColumnDef[] | columns | The column defitions to use for the current page layout. |