Class JobPrimaryCoverFront.CoverFrontOption
JobPrimaryCoverFront.CoverFrontOption class
Describes the JobPrimaryCoverFront
feature options.
public sealed class CoverFrontOption : Option
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
Name | Description |
---|
static readonly BlankCover | Specifies a blank cover sheet should be printed. |
static readonly NoCover | Specifies no cover will be output. |
static readonly PrintBack | Specifies the cover indicated by “CoverFrontSource” should be printed on the back side of the cover sheet. If a JobPrimaryCoverFrontSource ParameterInit element is not specified, this Option should be ignored. |
static readonly PrintBoth | Specifies the cover indicated by “CoverFrontSource” may be printed on either side of the cover sheet. If a JobPrimaryCoverFrontSource ParameterInit element is not specified, this Option should be ignored. |
static readonly PrintFront | Specifies the cover indicated by “CoverFrontSource” should be printed on the front side of the cover sheet. If a JobPrimaryCoverFrontSource ParameterInit element is not specified, this Option should be ignored. |
See Also