This property sets the paper bin used during printing.

[C++Builder]   imagekitcontrolname->PrintDraw->PaperBin [ = short ]
[Delphi]   imagekitcontrolname.PrintDraw.PaperBin [ = Smallint ]

Property Value

Value Explanation
1 Use paper from the upper bin (DMBIN_UPPER)
2 Use paper from the lower bin (DMBIN_LOWER)
3 Use paper from the middle bin (DMBIN_MIDDLE)
4 Wait for manual feed (DMBIN_MANUAL)
5 Use envelopes from envelope feeder(DMBIN_ENVELOPE)
6 Use envelopes from envelope feeder but wait for manual feed (DMBIN_ENVMANUAL)
7 Use paper from the current bin (DMBIN_AUTO)
8 Use paper fed from the tractor feeder (DMBIN_TRACTOR)
9 Use paper from the small paper bin (DMBIN_SMALLFMT)
10 Use paper from the large paper bin (DMBIN_LARGEFMT)
11 Use paper from the large capacity feeder (DMBIN_LARGECAPACITY)
14 Use paper from the attached cassette cartridge (DMBIN_CASSETTE)

( ) The explanation contained in the parentheses has the same meaning as the constants used by WindowsAPI

Explanation

The PaperBin property sets the paper bin used during printing. To retrieve the PaperBin property value, first execute the GetDevModeHandle or GetDevModeInfo method, after which the value can be retrieved from the PaperBin property. To set the value of the PaperBin property, execute the SetDevModeInfo method.

Note: The PaperBin setting is dependent upon the printer driver. Because of this, it is possible that the setting has no affect or an affect different than expected. For details about printing orientation, please refer to the printer manufacturer's manual.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation