gpt4 book ai didi

vb.net - 打印自定义页面和当前页面?

转载 作者:行者123 更新时间:2023-12-04 04:24:29 25 4
gpt4 key购买 nike

我正在关注这个Edraw Link

我可以使用LINK搜索我的问题之一。

我的代码现在是

  With AxEDOffice1
.PrintOut(EDOfficeLib.WdPrintOutRange.wdPrintRangeOfPages, 1, 1, "", 2)
// from page , to page , (Page as Object) this one is don't know how to use, number of copies //
End With

//This one is for next page but its not working. I print preview first and click a button using code below.
With AxEDOffice1
.SlideGotoNext()
End With

我的问题
  • 如果我设置了要打印的页面范围,可以Print Preview it?
  • 如何打印当前页面? (我看到了这个代码.PrintOut(EDOfficeLib.WdPrintOutRange.wdPrintCurrentPage)),但是问题是如何导航到下一页/上一页。
  • 如何跳至特定页面?
  • 最佳答案

    Edraw库是使用 Microsoft.Office.Interop.Word 库构建的,因此PrintOut方法与找到的Here相同(上面的MSDN文章对您的情况非常有用)

    旁注:要获得更多关注,当在Microsoft.Office.Interop.Word上进行询问时,不要再询问何时可以完成事情了,因为它被许多人使用,并且得到了Microsoft的支持。

  • 使用AxEDOffice1.ActiveDocument.PrintOut方法
  • 要指定打印范围,您必须选择EDOfficeLib.WdPrintOutRange.wdPrintFromTo选项并指定FromTo参数。 (开始页面和结束页面)

  • 这些引用还可以帮助您:
  • https://msdn.microsoft.com/en-us/library/b9f0ke7y.aspx
  • https://msdn.microsoft.com/en-us/library/b1x2ca5h.aspx
  • https://msdn.microsoft.com/en-us/library/microsoft.office.tools.word.document.goto.aspx

  • 希望我能帮上忙

    关于vb.net - 打印自定义页面和当前页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41798674/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com