Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all
i want fetch(or load) print job from windows print queue in c# win app
how i can doing this.
Posted

1 solution

Hi,
Use PrintServer.GetPrintQueues() method. Here's an example on MSDN:
msdn.microsoft.com/en-us/library/ms552937.aspx
 
Share this answer
 
Comments
MohsenSaleh 22-Apr-12 10:26am    
hi
can i load an print job(any type) to my C# Application and edit it for example re size paper (scale)?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900