📄 overview.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML dir=ltr>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<title>Barcode .Net</title>
</HEAD>
<BODY>
<h2>Barcode .Net</h2>
<p>
Barcode .Net is a set of three lightweight software components written 100% in managed code
(C#) that dynamically generate
barcode images in the Microsoft .Net environment. It can be used directly on web servers
with ASP.NET; it can also be used to develop native Windows applications (with Windows Forms).
<p>
Barcode .Net supports 25 different barcode symbologies and variants.
<p>
In a <b>web environment</b>, the simplest way of using Barcode .Net requires no programming
and your HTML pages can be just any plain HTML pages. You embed a barcode in a HTML page simply
by inserting, for example,
<br>
<tt> <img src="Barcode.aspx?BarcodeType=UPCA&Data=12345678901"></tt>
<br>
or
<br>
<tt> <img src="BarcodeHandler.aspx?BarcodeType=UPCA&Data=12345678901"></tt>
<br>The image formats can be GIF (default) or any other
.Net supported formats like JPEG and PNG.
<p>
Another way of using Barcode .Net on web servers is to use the
<a href="barcodeImageClass.htm">BarcodeImage</a> web server control,
to better take advantage of the design-time features of Visual Studio .Net.
<p>
To develop native <b>Windows applications</b> with Windows Forms, you can use either
the <a href="barcodeControlClass.htm">BarcodeControl</a>
or the <a href="barcodeClass.htm">Barcode</a> component. The only difference is
that BarcodeControl, descending
from the Control class, has a UI that displays the barcode image whereas
Barcode has no UI.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -