问题描述
你好
我正在尝试获取打印作业的确切份数,但是我不能在这里提供我的代码,您可能拥有的任何参考文献或指南将不胜感激.迫切.波纹管代码始终只返回一个.我不确定天气是否是正确的代码 我正在使用或者可能是其他东西.
I am Trying to get the exact number of copies of a print job but I can't here is my code, any ref, or guid you may have will be highly appreciated. its urgent. the bellow code returns only one all the time. I am not sure weather is it the correct code I am using or may be something else.
NumericUpDown3.Value = defaultPrintQueue2.UserPrintTicket.CopyCount
NumericUpDown3.Value = defaultPrintQueue2.UserPrintTicket.CopyCount
预先感谢
推荐答案
You have also asked the same question here:
http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/75237c59-93e0-47e7-9db3-8497ac1b48bb/#75237c59-93e0-47e7-9db3-8497ac1b48bb
您是否考虑过MS对该主题的评论?您是否尝试过建议的解决方法?
http://connect.microsoft.com/VisualStudio /feedback/details/352925/printsystemjobinfo-hostingprintqueue-userprintticket-incorrect-values
Have you considered the MS comment on the topic? Did you try the workaround that was proposed?
http://connect.microsoft.com/VisualStudio/feedback/details/352925/printsystemjobinfo-hostingprintqueue-userprintticket-incorrect-values
这篇关于我正在尝试获取打印作业的确切份数,但是我在这里找不到我的代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!