Class ProductionFooters
Represents the set of footers on produced page. You can add a left footer, a right footer, and a center footer.
Inheritance
System.Object
ProductionFooters
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ProductionFooters
Properties
| Improve this Doc View SourceCenterFooter
Gets or sets center footer on a produced page.
Declaration
public HeaderFooter CenterFooter { get; set; }
Property Value
Type | Description |
---|---|
HeaderFooter |
LeftFooter
Gets or sets Left footer on a produced page.
Declaration
public HeaderFooter LeftFooter { get; set; }
Property Value
Type | Description |
---|---|
HeaderFooter |
RightFooter
Gets or sets right footer on a produced page.
Declaration
public HeaderFooter RightFooter { get; set; }
Property Value
Type | Description |
---|---|
HeaderFooter |