[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

How to select printer bin

jack li

8/4/2003 5:13:00 PM

I am building a .Net application to print multiple page
documents. One of the requirements is to print different
pages using different printer bin (paper source): upper,
lower or manual. Before calling printDocument.print, I
can set PrintDocument.DefaultPageSettings.PaperSource to
choose a paper source. But I wasn't able to change the
paper source for a page during the print job. Apparently,
the PageSettings property in PrintPageEventArgs is read
only.
Any ideas?