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}A [Section|HeaderFooterSection.Section] value specifies a section of the header or footer.{excerpt}
{signature:C#}
public sealed class Section : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class Section
Inherits TypesafeEnum
{signature}
{remarks}
Use these values when calling [PageSetup.GetHeader(Section)|PageSetup.GetHeader(HeaderFooterSection.Section)] or [PageSetup.GetFooter(Section)|PageSetup.GetFooter(HeaderFooterSection.Section)] to specify which area of the header or footer you want to retrieve.
{remarks}
{values}
|| Name || Description ||
| {anchor:Left}Left | The left portion of the header or footer |
| {anchor:Center}Center | The center portion of the header or footer |
| {anchor:Right}Right | The right portion of the header or footer |
{scrollbar}