pdfSetPrintBin

Set the paper bin ID for printing.
void pdfSetPrintBin(PDFViewerHandle viewer, unsigned int binID)
This function sets the paper bin ID for printing.

See pdfGetPrinterBinID 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 pdfSetPrintPaper.

C:
unsigned int binID; .... binID = pdfGetPrinterBinID(....); pdfSetPrintBin(viewer, binID);
pdfGetNumPrinterBins
pdfGetPrinterBinID
pdfGetPrinterBinName
pdfSetPrintPaper