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

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

Center header on a produced page.

public HeaderFooter Left { get; set; }

Left header on a produced page.

public HeaderFooter Right { get; set; }

Right header on a produced page.

Creates a new instance of ProductionHeaders.