vb编程,如何调用打印机打印richtextbox中的内容?

发布网友 发布时间:2022-04-23 20:34

我来回答

1个回答

热心网友 时间:2022-04-27 10:50

Printer.Print richtextbox.text

With Printer
.PaperSize = vbPRPSA4 ' 设置为A4纸
.ScaleMode = vbMillimeters
.FontBold = True
.ScaleLeft = -20
.ScaleTop = -25
.ScaleWidth = 210
.ScaleHeight = 297
UseWidth = .ScaleWidth - Pageleft - Pageright
UseHeight = .ScaleHeight - Pageheader - Pagefooter
.CurrentX = 0
.CurrentY = 0
.DrawWidth = 5
End With

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com