API Reference
Class
PdfBatesNumberingOptions
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
- Method PdfBatesNumberer.Apply
Constructors
public PdfBatesNumberingOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.