barcodefont.htm

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

HTM
29
字号
<!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>Font Property</TITLE>
</HEAD>
<body topmargin="0">
<font size="-1">&nbsp;Barcode .Net Class Library</font>
<H3>Font Property</H3>
<p><b>Applies To:</b> <A HREF="barcodeClass.htm">Barcode</A> |
<A HREF="barcodeControlClass.htm">BarcodeControl</A> |
<A HREF="barcodeImageClass.htm">BarcodeImage</A>

<P>Gets or sets the font used to draw the barcode caption(s).</P>

<PRE><font size="-1">[Visual&nbsp;Basic]</font>
<B>Public Property Font As Font
</B>
<font size="-1">[C#]</font>
<B>public Font Font {get; set;}</B>
</PRE>
<H4>Property Value</H4>
A System.Drawing.Font object used to draw the barcode caption(s).

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

⌨️ 快捷键说明

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