⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 barcodeconstructor.htm

📁 非常实用的条形码制作工具
💻 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 Constructor</TITLE>
</HEAD>
<body topmargin="0">
<font size="-1">&nbsp;Barcode .Net Class Library</font>
<H3>Barcode Constructor</H3>
<P>Creates an instance of the <a href="barcodeClass.htm">Barcode</a> class.</P>

<PRE><font size="-1">[Visual&nbsp;Basic]</font>
<B>Public Sub New()</b>
<b>Public Sub New(ByVal</b> <i>barcodeType</i> <b>As</b> <a href="barcodeTypeEnum.htm">BarcodeType</a>)
</B>
<font size="-1">[C#]</font>
<B>public Barcode();</b>
<b>public Barcode(</b><a href="barcodeTypeEnum.htm">BarcodeType</a> <i>barcodeType</i><b>);</B>
</PRE>
<H4>Parameters</H4>
<DL><DT><I>barcodeType</I></DT>
<DD>A <a href="barcodeTypeEnum.htm">BarcodeType</a> enumeration indicating the initial barcode type 
for the <b>Barcode</b> object being created.</dd>
</DL>
<H4>Remarks</H4>
<P>If <i>barcodeType</i> is not provided, a <b>Barcode</b> object corresponding to the 
<a href="code39.htm">Code 39</a> barcode will be created.
<p>In any case, the barcode type may be subsequently changed using the <a href="barcodeType.htm">BarcodeType</a>
property.
<H4 class="dtH4">See Also</H4>
<P><a href="barcodeType.htm">BarcodeType</a></P>
<HR>
<font size="-1">&copy; 2002 Bokai Corporation. All rights reserved.</font>
</BODY>
</HTML>

⌨️ 快捷键说明

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