
Removes a header or footer from a Text Control document or from a certain section. To remove more than one header or footer a combination of the HeaderFooterType values can be used.
[C#]
public bool Remove(HeaderFooterType headerFooterType);
[Visual Basic]
Public Function Remove(ByVal headerFooterType As HeaderFooterType) As Boolean
| Parameter | Description | |||||||||||||||||||
| headerFooterType | Specifies the headers and/or footers to remove. A combination of the following values are possible:
|
The return value is true, if the header or footer could be removed. Otherwise it is false.