End Sub
Private Sub PrintDocument1_PrintPage(sender As System.Object, e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage
Dim stringFont As New Font("Arial", 16)
Dim rectDraw As New RectangleF(e.MarginBounds.Left, e.MarginBounds.Top, e.MarginBounds.Width, e.MarginBounds.Height)
Dim strFormat As New StringFormat
Dim s As String
s = "print word"'打印的内容
e.Graphics.DrawString(s, stringFont, Brushes.AliceBlue, rectDraw, strFormat)
End Sub
vb.net如何实现打印整个panel的内容(打印机打?。?/h2>使用jquery.print插件
我用得jQuery.print, version 1.3.2 。
页面上调用代码如下:PrintArea就是你panel的ID....
script src="/images/defaultpic.gif"/script
script
function printarea() {
$("#PrintArea").print({
globalStyles: true,
mediaPrint: false,
stylesheet: null,
noPrintSelector: ".no-print",
iframe: true,
append: null,
prepend: null,
manuallyCopyFormValues: true,
deferred: $.Deferred()
});
}
/script
a class="btn btn-success" onclick="printarea()"打印/a
关于vb.net怎么打印和vbnet debugprint的介绍到此就结束了 , 不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息 , 记得收藏关注本站 。
推荐阅读
- 网红张柏芝直播,张柏芝vlog
- 微信视频号在哪里搞的,微信视频号在哪里弄的
- python爬虫网易云阅读,网易云音乐爬取
- steam的真人恋爱养成游戏,真人恋爱养成游戏手游
- vb.net画板重绘 vbnet画图插件
- postgresql查询连接情况,POSTGRESQL连接不上的原因
- java分区存数据redis数据出现偏移,redis数据存放位置
- php取出xml数据库 php获取数据库内容
- 电商如何让用户评价,商家如何评价买家