Class JobAccountingSheet.JobAccountingSheetOption
JobAccountingSheet.JobAccountingSheetOption class
Describes the JobAccountingSheet
feature options.
public sealed class JobAccountingSheetOption : 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 None | Specifies no accounting sheet will be output. |
static readonly Standard | Specifies the standard (device defined) accounting sheet should be output. |
See Also