API Reference

Enum

PdfPageTabOrder

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

Page annotation tab-order hint stored in /Tabs.

Inheritance

  • Enum
  • PdfPageTabOrder

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 PdfPageTabOrder Row #

Row order (/R).

Value: 0
public const PdfPageTabOrder Column #

Column order (/C).

Value: 1
public const PdfPageTabOrder Structure #

Structure-tree order (/S).

Value: 2
public const PdfPageTabOrder Annotations #

Annotation-array order (/A).

Value: 3