Class InputBin.InputBinOption

InputBin.InputBinOption class

Describes the JobInputBin, DocumentInputBin and PageInputBin features options.

public sealed class InputBinOption : Option

Constructors

NameDescription
InputBinOption(InputBinOption)Clones this option instance.
InputBinOption(string, params IInputBinOptionItem[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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. The shortcut to the cloneing constructor.
SetMediaCapacity(int)Sets a
SetMediaSheetCapacity(int)Sets a

Fields

NameDescription
static AutoSelectDevice will automatically choose best option based on configuration.
static AutoSheetFeederDevice Input tray for Inkjet Printers.
static CassetteSpecifies the feed bin is a cassette.
static ManualSpecifies the default manual feed bin.
static TractorSpecifies the feed bin is a tractor.

See Also