The HeaderFooterSection class represents an area of the header or footer. It allows you to set and retrieve the content in that area.

public class HeaderFooterSection
Public Class HeaderFooterSection

To retrieve a HeaderFooterSection object, call one of the following methods:

PageSetup.GetHeader(section)
PageSetup.GetFooter(section)

Name

Description

GetPicture()

GetText()

SetContent(String)

SetContent(String, String)

SetContent(String, System.IO.Stream)

Name

Description

Section