Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{introducedin:4.5.1}
{description}
{excerpt}Returns a section of the header.{excerpt}
{signature:C#}
public HeaderFooterSection GetHeader(HeaderFooterSection.Section section)
{signature}{signature:vb.net}
Public Function GetHeader(ByVal section As HeaderFooterSection.Section) As HeaderFooterSection
{signature}
{parameters}
{param:section}The section of the header to return{param}
{returns}A [HeaderFooterSection] object representing the specified section of the header{returns}
{remarks}
You can use a [HeaderFooterSection] object to manipulate a given section of the header or footer, such as the text or image that appears in that section.  Note that the total length of the text in all sections of the header may not exceed 255 characters.
{remarks}