API Reference

Class

PdfPageLabelRange

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Defines a generated PDF page-label rule beginning at a one-based document page number.

Inheritance

  • Object
  • PdfPageLabelRange

Usage

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

Accepted by parameters

Constructors

public PdfPageLabelRange(Int32 startPageNumber, PdfPageNumberStyle style, Int32 startNumber = 1, String prefix = null) #

Creates a generated page-label rule.

Parameters

startPageNumber System.Int32 requiredposition: 0
style OfficeIMO.Pdf.PdfPageNumberStyle requiredposition: 1
startNumber System.Int32 = 1 optionalposition: 2
prefix System.String = null optionalposition: 3

Properties

public Int32 StartPageNumber { get; } #

One-based document page number where this label rule begins.

public PdfPageNumberStyle Style { get; } #

Numbering style used by this label rule.

public Int32 StartNumber { get; } #

First visible number emitted for this label rule.

public String Prefix { get; } #

Optional label prefix, for example "A-" or "Appendix ".