Gets or sets the header or footer sections' font.
Property Value
A reference to a
Font object representing the font of the header or footer section. By default, "Times New Roman 9 point".
The following example demonstrates how to adjust the font of a header or footer section to make it bold:
headerFooterSection.Font = New Font( headerFooterSection.Font, headerFooterSection.Font.Style Or FontStyle.Bold )
headerFooterSection.Font = new Font( headerFooterSection.Font, headerFooterSection.Font.Style | FontStyle.Bold );
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2