barcodeimageclass.htm

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

HTM
44
字号
<!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>BarcodeImage Class</TITLE>
</HEAD>
<body topmargin="0">
<font size="-1">&nbsp;Barcode .Net Class Library</font>
<H3>BarcodeImage Class</H3>
<P>Is a <b>WebControl</b> that generates a &ltimg&gt; element
on an HTML page corresponding to a barcode image.</P>

<P>System.Object<BR>
&nbsp;&nbsp;&nbsp;System.Web.UI.Control<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Web.UI.WebControls.WebControl<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.Web.UI.WebControls.Image<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Bokai.Barcodes.BarcodeImage</B><BR>

<PRE><font size="-1">[Visual&nbsp;Basic]</font>
<B>Public Class BarcodeImage
   Inherits Image
</B>
<font size="-1">[C#]</font>
<B>public class BarcodeImage : Image</B>
</PRE>
<H4>Thread Safety</H4>

<P>Any public static (<B>Shared</B> in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.</P>

<H4>Remarks</H4>

You can use the <b>BarcodeImage</b> to generate an HTML &lt;img&gt; element that corresponds
to a barcode image. <b>BarcodeImage</b> formats the <b>src</b> attribute of the &lt;img&gt; element
automatically based on your design and runtime property settings, with 
<a href="barcodeaspx.htm">Barcode.aspx</a> or <a href="barcodeaspx.htm">BarcodeHandler.aspx</a>.

<H4 class="dtH4">See Also</H4>

<P><A HREF="barcodeaspx.htm">Barcode.aspx</A> | <A HREF="barcodeaspx.htm">BarcodeHandler.aspx</A> | <A HREF="barcode.htm">Barcode</A></P>

<HR>
<font size="-1">&copy; 2002 Bokai Corporation. All rights reserved.</font>
</BODY>
</HTML>

⌨️ 快捷键说明

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