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

Relativity.Productions.Services.ProductionFooters

public class ProductionFooters
Represents the set of footers on produced page. You can add a left footer, a right footer, and a center footer.
public HeaderFooter CenterFooter { get; set; }

Center footer on a produced page.

public HeaderFooter LeftFooter { get; set; }

Left footer on a produced page.

public HeaderFooter RightFooter { get; set; }

Right footer on a produced page.

Creates a new instance of ProductionFooters.