API Reference

Class

PdfPageLabel

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

A page-label rule discovered from a simple catalog page-label number tree.

Inheritance

  • Object
  • PdfPageLabel

Usage

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

Properties

public Int32 StartPageIndex { get; } #

Zero-based page index where this label rule starts.

public Int32 StartPageNumber { get; } #

One-based page number where this label rule starts.

public String Style { get; } #

PDF label style name, for example D, R, r, A, or a, when present.

public String Prefix { get; } #

Optional label prefix.

public Nullable<Int32> StartNumber { get; } #

Starting label number when present.