The PageLayout type exposes the following members.

Properties

  Name Description
Public property 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 HasColumns to test whether any columns have been defined on this layout.
Public property Document
Gets the C1PrintDocument containing the current object.
Public property HasColumns
Gets or sets a value indicating whether the Columns collection on the current page layout has been initialized and is not empty.
Public property Kind
Gets the PageLayoutKindEnum associated with the current PageLayout in the document. If Document is null, None is returned.
Public property Overlay
Gets or sets the overlay associated with the current page layout.
Public property PageFooter
Gets or sets the page footer associated with the current page layout.
Public property PageHeader
Gets or sets the page header associated with the current page layout.
Public property PageSettings
Gets or sets the C1PageSettings object associated with the current page layout.
Public property Watermark
Gets or sets the watermark associated with the current page layout.

See Also