Class InputBin
The base class for JobInputBin, DocumentInputBin and PageInputBin features classes.
public abstract class InputBin : Feature
Properties
| Name | Description |
|---|
| Name { get; } | Gets the element name. |
Methods
| Name | Description |
|---|
| Add(params IFeatureItem[]) | Adds a list of items to the end of this feature’s item list. Each one must be a Feature, an Option, or a Property instance. |
Other Members
| Name | Description |
|---|
| class BinType | Defines constants for the BinType scored property value that specify the type of the bin. |
| class FeedDirection | Defines constants for the FeedDirection property value that specify whether media is fed long edge first or short edge first. |
| class FeedFace | Defines constants for the FeedFace property value that specify whether media is to be printed face up or face down. |
| class FeedType | Defines constants for the FeedType scored property value that specify the feed mechanism of the bin. |
| interface IInputBinItem | The interface of any JobInputBin, DocumentInputBin and PageInputBin feature item. |
| interface IInputBinOptionItem | The interface of any InputBinOption item. |
| class InputBinOption | Describes the JobInputBin, DocumentInputBin and PageInputBin features options. |
| class MediaCapacity | Define constants for the MediaCapacity scored property value that specify whether the bin is a high capacity bin (qualitative). |
| class MediaPath | Defines constants for the MediaPath scored property value that specify the characteristics of the media path. |
| class MediaSheetCapacity | Defines the MediaSheetCapacity scored property value that specifies the Media capacity in number of pages (full level) of the bin. |
| class MediaSizeAutoSense | Defines constants for the MediaSizeAutoSense scored property value that specifies the media size auto sense capability of the device. |
| class MediaTypeAutoSense | Defines constants for the MediaTypeAutoSense scored property value that specify the media capacity in number of pages (full level) of the bin. |
See Also