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

...

Introducedin
4.5.1

...

4.5.1
Description

Excerpt

A Section value specifies a section of the header or footer.

Signature
C#
C#
public sealed class Section : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class Section
Inherits TypesafeEnum
{signature}
{remarks}
Use these values when calling [
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}

Values

Name

Description

Anchor
Left
Left
Left

The left portion of the header or footer

Anchor
Center
Center
Center

The center portion of the header or footer

Anchor
Right
Right
Right

The right portion of the header or footer

Scrollbar