Returns or sets the paper bin for the selected printer to use when printing the document.
Syntax
object.PaperBin [=value]
Where object evaluates to an ASP Printer object.
The settings for value are:
Constant | Value Description
|
spPaperBinUpper | 1 Upper bin
|
spPaperBinLower | 2 Lower bin
|
spPaperBinMiddle | 3 Middle bin
|
spPaperBinManual | 4 Manual bin
|
spPaperBinEnvelope | 5 Envelope bin
|
spPaperBinEnvManual | 6 Manual envelope bin
|
spPaperBinAuto | 7 Auto bin (Default)
|
spPaperBinTractor | 8 Tractor bin
|
spPaperBinSmallFmt | 9 Small format bin
|
spPaperBinLargeFmt | 10 Large format bin
|
spPaperBinLargeCapacity | 11 Large capacity bin
|
spPaperBinCassette | 14 Cassette bin
|
Remarks
The effect of this property depends on the driver supplied by the printer manufacturer. Some property settings may have no effect, or several different property settings may all have the same effect. Settings outside the accepted range may or may not produce an error. For more information, see the manufacturer's documentation for the specific driver.