Represents the page-level numbering scheme. The scheme allows you to generate a new incremental number (also known as a Bates number) on every page across your document set. This number is branded on the images in your production.
Inheritance Hierarchy
Relativity.Productions.ServicesProductionNumberingBase
Relativity.Productions.ServicesPageLevelNumbering
Relativity.Productions.ServicesDocumentLevelNumbering
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax
The PageLevelNumbering type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PageLevelNumbering |
Creates a new instance of PageLevelNumbering.
|
Properties
Name | Description | |
---|---|---|
![]() | AttachmentRelationalField |
The document field that holds the attachment relational number.
(Inherited from ProductionNumberingBase.) |
![]() | BatesPrefix |
Bates prefix text.
|
![]() | BatesStartNumber |
Bates start number.
|
![]() | BatesSuffix |
Bates suffix text.
|
![]() | NumberingType |
The document numbering type to be used. Valid values are defined by the NumberingType enum.
(Inherited from ProductionNumberingBase.) |
![]() | NumberOfDigitsForDocumentNumbering |
The number of digits to be used for document level numbering. The range is from 1 to 7.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also