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

Relativity.Productions.Services.ProductionHeaders

public class ProductionHeaders
Represents the set of headers on produced page. You can add a left header, a right header, and a center header.
public HeaderFooter CenterHeader { get; set; }

Center header on a produced page.

public HeaderFooter LeftHeader { get; set; }

Left header on a produced page.

public HeaderFooter RightHeader { get; set; }

Right header on a produced page.

Creates a new instance of ProductionHeaders.