Gets the type of the header or footer. It is a value of the HeaderFooterType enumeration.

Syntax

HeaderFooterType Type { get; }
Private ReadOnly Property Type() As HeaderFooterType

Members

Member Description
Header The object represents a header. When an even header exists the object represents the odd header. Otherwise it represents the header of all pages.
FirstPageHeader The object represents a special header of the document's or section's first page.
Footer The object represents a footer. When an even footer exists the object represents the odd footer. Otherwise it represents the footer of all pages.
FirstPageFooter The object represents a special footer of the document's or section's first page.
EvenHeader The object represents an even header.
EvenFooter The object represents an even footer.

Limitations

Read only.