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

DocumentLevelNumbering

Represents the document-level numbering scheme. The scheme allows you to generate a new document number for each document. The number is branded on the images in your production.
public string DocumentNumberPageNumberSeparator { get; set; }

The separator between document and page numbers if IncludePageNumbers is set to true. Underscore, hyphen, and period are allowed characters.

public bool IncludePageNumbers { get; set; }

Specifies whether or not to include page numbers. If true, a unique number is added to each page following the document number.

public int NumberOfDigitsForPageNumbering { get; set; }

The number of digits for page numbering if IncludePageNumbers is set to true. The range is from 1 to 4.

public bool StartNumberingOnSecondPage { get; set; }

Whether or not to start page numbering on the second page of the document

Creates a new instance of DocumentLevelNumbering.