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

Relativity.Productions.Services.Interfaces.V1.DTOs.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 Center { get; set; }

Center footer on a produced page.

public HeaderFooter Left { get; set; }

Left footer on a produced page.

public HeaderFooter Right { get; set; }

Right footer on a produced page.

Creates a new instance of ProductionFooters.