API Reference

Enum

FooterSegmentKind

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Kinds of footer text segment.

Inheritance

  • Enum
  • FooterSegmentKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const FooterSegmentKind Text #

Literal text.

Value: 0
public const FooterSegmentKind PageNumber #

Current page number.

Value: 1
public const FooterSegmentKind TotalPages #

Total number of pages.

Value: 2