API Reference

Class

PdfBatesNumberingOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Controls continuous Bates numbering across one or more PDFs.

Inheritance

  • Object
  • PdfBatesNumberingOptions

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 PdfBatesNumberingOptions() #

Properties

public Int64 StartNumber { get; set; } #

First numeric value assigned to a selected page.

public String Prefix { get; set; } #

Text written before the padded numeric value.

public String Suffix { get; set; } #

Text written after the padded numeric value.

public Int32 MinimumDigits { get; set; } #

Minimum number of decimal digits. Defaults to six.

public PdfPageSelector TargetPages { get; set; } #

Default page selection applied when an input does not provide its own selector.

public PdfBatesPosition Position { get; set; } #

Visual page position used for each number.

public Double HorizontalMargin { get; set; } #

Horizontal distance from the selected page edge, in points.

public Double VerticalMargin { get; set; } #

Vertical distance from the selected page edge, in points.

public Double Height { get; set; } #

Height reserved for the number, in points.

public PdfStandardFont Font { get; set; } #

Standard PDF font used by the number.

public Double FontSize { get; set; } #

Font size in points.

public PdfColor Color { get; set; } #

Text color.