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

HeaderFooter

public class HeaderFooter
Represents the information on the headers and footers of produced pages.
public string AdvancedFormatting { get; set; }

If the header/footer is of type advanced formatting, then this property specifies the advanced formatting.

public FieldRef Field { get; set; }

If the the header/footer is of type field, then this property specifies the document field to be used.

public string FreeText { get; set; }

If the header/footer is of type free text, then this property specifies the text.

public string FriendlyName { get; set; }

A descriptive name of the header or footer object.

public HeaderFooterType Type { get; set; }

The header/footer type.

public HeaderFooter(string friendlyName)

Creates a new instance of HeaderFooter.