Header property

This property returns a TextHeaderFooter object which represents the header of a document.

Defined in

PageStyle

Data type

TextHeaderFooter

Syntax

public TextHeaderFooter getHeader() throws SymphonyException

Usage

To get the header of a document, you must set the HeaderEnable property in the class PageStyle to true first, otherwise an exception is thrown.

See examples

Example: TextHeaderFooter