This property returns a TextHeaderFooter object which represents the header of a document.
Defined in
Data type
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