<< Click to Display Table of Contents >> VpeGetTplPageObjPaperBin |
Returns the printer's input paper bin of the specified template page as defined in dycodoc.
int VpeGetTplPageObjPaperBin(
VpeHandle hPage
)
VpeHandle hPage
Page Handle
Returns:
The printer's input paper bin of the specified template page as defined in dycodoc.
Possible values are:
Constant Name |
Value |
Comment |
VBIN_UNTOUCHED |
-1 |
|
VBIN_UPPER |
1 |
|
VBIN_ONLYONE |
1 |
|
VBIN_LOWER |
2 |
|
VBIN_MIDDLE |
3 |
|
VBIN_MANUAL |
4 |
|
VBIN_ENVELOPE |
5 |
|
VBIN_ENVMANUAL |
6 |
|
VBIN_AUTO |
7 |
|
VBIN_TRACTOR |
8 |
|
VBIN_SMALLFMT |
9 |
|
VBIN_LARGEFMT |
10 |
|
VBIN_LARGECAPACITY |
11 |
|
VBIN_CASSETTE |
14 |
|
Not all of the bin options are available on every printer. Check the printer's documentation for more specific descriptions of these options.
"dycodoc Template Processing" in the Programmer's Manual