Class OutputBin.OutputBinOption
OutputBin.OutputBinOption class
Describes the JobOutputBin
, DocumentOutputBin
and PageOutputBin
features options.
public sealed class OutputBinOption : Option
Constructors
Name | Description |
---|
OutputBinOption(params IOutputBinOptionItem[]) | Creates a new instance. |
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. |
Add(params IOutputBinOptionItem[]) | Adds an array of IOutputBinOptionItem instances to the feature. |
See Also