API Reference

Enum

PdfBatesPosition

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

Common visual positions for Bates numbers on existing PDF pages.

Inheritance

  • Enum
  • PdfBatesPosition

Usage

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

Values

public const PdfBatesPosition BottomLeft #

Bottom-left page corner.

Value: 0
public const PdfBatesPosition BottomCenter #

Bottom-center page edge.

Value: 1
public const PdfBatesPosition BottomRight #

Bottom-right page corner.

Value: 2
public const PdfBatesPosition TopLeft #

Top-left page corner.

Value: 3
public const PdfBatesPosition TopCenter #

Top-center page edge.

Value: 4
public const PdfBatesPosition TopRight #

Top-right page corner.

Value: 5