The following tables list the members exposed by PageLayout.
Public Properties
| Name | Description |
| Columns | Gets the collection of PageColumnDef objects associated with the current page layout. Note that accessing this property initializes the collection of column definitions if it has not been initialized yet. Use PageLayout.HasColumns to test whether any columns have been defined on this layout. |
| PageSettings | Gets or sets the C1PageSettings object associated with the current page layout. |
Top
Public Methods
| Name | Description |
| AssignFrom | Assigns (copies) properties from another PageLayout to the current object. All nested objects (render objects, page settings etc.) are cloned. |
| Clear | Clears the current PageLayout object. |
| Clone | Creates a copy of the current PageLayout object. All nested objects (render objects, page settings etc.) are cloned on the new object. |
Top
See Also