PRINTER_OUTPUT_BINS
This table represents output bins associated with an output option. There is a row in this table for each output bin associated with a given output option, all pointing to the same OUTPUT_OPTION_ID.
|
Field name |
Data type |
Description |
|---|---|---|
|
OUTPUT_OPTION_ID |
BIGINT |
The foreign key to PRINTER_OUTPUT_OPTIONS.OUTPU T_OPTION_ID. |
|
BINDING |
SMALLINT/ TINYINT* |
The flag indicating whether this bin supports binding. |
|
BURSTING |
SMALLINT/ TINYINT* |
The flag indicating whether this bin supports bursting. |
|
CAPACITY |
BIGINT |
The maximum number of sheets that the bin can hold. |
|
COLLATION |
SMALLINT/ TINYINT* |
The flag indicating whether this bin supports collation. |
|
FACE_DOWN |
SMALLINT/ TINYINT* |
The flag indicating whether paper is loaded facedown in this bin. |
|
FACE_UP |
SMALLINT/ TINYINT* |
The flag indicating whether paper is loaded faceup in this bin. |
|
LEVEL_SENSING |
SMALLINT/ TINYINT* |
The flag indicating whether this bin supports paper‑level sensing. |
|
PUNCHING |
SMALLINT/ TINYINT* |
The flag indicating whether this bin supports hole punching. |
|
SECURITY |
SMALLINT/ TINYINT* |
The flag indicating whether this bin supports security. |
|
SEPARATION |
SMALLINT/ TINYINT* |
The flag indicating whether this bin supports separation. |
|
STITICHING |
SMALLINT/ TINYINT* |
The flag indicating whether this bin supports stitching. |
|
TYPE |
VARCHAR(255) |
The type of printer output bin (for example, Standard Bin, Bin 5, etc.) |
*This data type is required for Microsoft SQL Server.