pdfPrintSetBin

Set the paper bin ID.
void pdfPrintSetBin(PDFHandle pdf, unsigned int id)
This function sets the paper bin ID, to be used by pdfPrint4.

See pdfGetBinID 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 pdfPrintSetPaper.

pdfPrintResetParams resets this to its default value, which is to print to the printer's default bin.

C:
unsigned int binID; .... binID = pdfGetBinID(....); pdfPrintSetBin(pdf, binID);
pdfGetNumBins
pdfGetBinID
pdfGetBinName
pdfPrintSetPaper
pdfPrintSetMediaType
pdfPrintResetParams