formsample1.htm

来自「非常实用的条形码制作工具」· HTM 代码 · 共 20 行

HTM
20
字号
<HTML>
<HEAD>
<title>Windows Forms Sample 1</title>
</HEAD>
<BODY>
<h1>Windows Forms Sample 1</h1>
This sample demonstrates:
<ol>
<li>The simplest way of using Barcode .Net in a Windows Forms application.
<li>All supported barcode types.
<li>Basic rotation.
<li>Use of the <a href="barcodeDraw1.htm">Draw()</a> function to draw a barcode to the printer and screen.
<li>Use of the <a href="barcodeMakeImage.htm">MakeImage()</a> function to save an image into a file.
</ol>
<p>
<img src="FormSample1.jpg">
</p>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?