如何设置要打印的份数?

时间:2017-01-16 01:09:41

标签: vb.net printing vb.net-2010

我正在关注此Edraw Link,除了btnNew中的代码之外,我能够按照他在博客中所说的去做。 BTW我试图在用户输入文本框中的任何数字时添加要打印的数字。

到目前为止,这是我的打印代码

With AxEDOffice1
        // here I want to get the value of the inputed value from the textbox that input from the user.(number of copies to be print)
        .SetActivePrinter("Printer Name")
        .PrintOut(EDOfficeLib.WdPrintOutRange.wdPrintAllDocument)
End With

0 个答案:

没有答案