Printing
Posted: Tue Feb 23, 2010 10:14 am
Hello,
More and more, my customers are using printers with several trays.
To send my listings to the right trays, I need to know which trays are available, and which code has to be used for printing to the right tray. The same question I can ask about the sort of paper that is used.
I use these functions : PrnBinSource() or PrnSetPage().
You need to give a number as a parameter to select the right tray or soft of paper.
For example :
PrnBinSource(1) for tray 1
PrnBinSource(2) for tray 2
The number which has to be used is depending on the printerdriver. I need to know which number is used, or a need a possibility to select the right bin or the righ sort of paper.
Does someone have any solution for this ?
Thanks a lot in advance for any help.
More and more, my customers are using printers with several trays.
To send my listings to the right trays, I need to know which trays are available, and which code has to be used for printing to the right tray. The same question I can ask about the sort of paper that is used.
I use these functions : PrnBinSource() or PrnSetPage().
You need to give a number as a parameter to select the right tray or soft of paper.
For example :
PrnBinSource(1) for tray 1
PrnBinSource(2) for tray 2
The number which has to be used is depending on the printerdriver. I need to know which number is used, or a need a possibility to select the right bin or the righ sort of paper.
Does someone have any solution for this ?
Thanks a lot in advance for any help.