Class InputBin.InputBinOption
Describes the JobInputBin, DocumentInputBin and PageInputBin features options.
public sealed class InputBinOption : Option
Constructors
| Name | Description |
|---|
| InputBinOption(string, params IInputBinOptionItem[]) | Creates a new instance. |
Properties
| Name | Description |
|---|
| Name { get; } | Gets the element name. |
Methods
| Name | Description |
|---|
| Add(params IInputBinOptionItem[]) | Adds an array of IInputBinOptionItem instances to the option. |
| 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. |
| Clone() | Clones this option instance. |
Fields
| Name | Description |
|---|
| static readonly AutoSelect | Device will automatically choose best option based on configuration. |
| static readonly AutoSheetFeeder | Device Input tray for Inkjet Printers. |
| static readonly Cassette | Specifies the feed bin is a cassette. |
| static readonly Manual | Specifies the default manual feed bin. |
| static readonly Tractor | Specifies the feed bin is a tractor. |
See Also