printBin

Set the paper bin ID for printing.
[read/write property] printBin([out, retval] int *binID) printBin([in] int binID)
This property sets the paper bin ID for printing.

See getPrinterBinID for more information on paper bin IDs.

Note: Some printer drivers may require both the bin ID and paper ID to be set, to compatible values (i.e., the requested bin must contain the requested paper size) - see printPaper.

VB:
binID = viewer.getPrinterBinID(...) viewer.binID = binID
getNumPrinterBins
getPrinterBinID
getPrinterBinName
printPaper