The enum defines valid values for production header and footer types.
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.1.0.1 9c084404c128f715df772c7792aa49f21535523c
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | None. | |
ProductionBatesNumber | 1 | Uses the Bates number associated with each document page. Available for page-level numbering only. | |
Field | 2 | Uses the value in the selected document field for branding on each image created for a document. | |
FreeText | 3 | Uses any combination of text, tokens, and carriage returns that you define. However, Relativity doesn't support multi-reflected, multi-object, relational, file, user, and system fields for branding. You can use carriage returns to position the header or the footer closer to the top and bottom margins respectively. | |
OriginalImageNumber | 4 | Uses the original page ID assigned by Relativity. | |
DocumentIdentifierAndPageNumber | 5 | Uses the document identifier with the page number appended to it. This option sets the first page number to 1 even when the document contains only a single page. The following pages are numbered incrementally. The page number is padded with up to four digits. | |
AdvancedFormatting | 6 | Uses advanced formatting using a subset of HTML and Liquid template syntax. |
See Also