<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

PageLevelNumbering

Represents the page-level numbering scheme. The scheme allows you to generate a new incremental number (also known as a Bates number) on every page across your document set. This number is branded on the images in your production.
public string BatesPrefix { get; set; }

Bates prefix text.

public int BatesStartNumber { get; set; }

Bates start number.

public string BatesSuffix { get; set; }

Bates suffix text.

public int NumberOfDigitsForDocumentNumbering { get; set; }

The number of digits to be used for document level numbering. The range is from 1 to 7.

Creates a new instance of PageLevelNumbering.