Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Introduced in build 4.5.1

Description

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

C#
public sealed class Section : TypesafeEnum
vb.net
Public NotInheritable Class Section
Inherits TypesafeEnum

Remarks

Use these values when calling PageSetup.GetHeader(Section) or PageSetup.GetFooter(Section) to specify which area of the header or footer you want to retrieve.

Values

Name

Description

Left

The left portion of the header or footer

Center

The center portion of the header or footer

Right

The right portion of the header or footer

  • No labels