
Gets the type of the header or footer.
[C#]
HeaderFooterType Type { get; }
[Visual Basic]
Private ReadOnly Property Type() As HeaderFooterType
| Value | Description | |
| Header | The object represents a header. | |
| FirstPageHeader | The object represents a special header of the document's first page. | |
| Footer | The object represents a footer. | |
| FirstPageFooter | The object represents a special footer of the document's first page. |
Read only.