barcodeimagebarwidth.htm

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

HTM
37
字号
<!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.BarWidth Property</TITLE>
</HEAD>
<body topmargin="0">
<font size="-1">&nbsp;Barcode .Net Class Library</font>
<H3>BarcodeImage.BarWidth Property</H3>

<P>Gets or sets the width of the thinnest barcode bar in pixels, effectively getting or setting
the barcode width.</P>

<PRE><font size="-1">[Visual&nbsp;Basic]</font>
<B>Public Property BarWidth As </B>Integer

<font size="-1">[C#]</font>
<B>public </b>int <b>BarWidth {get; set}</B>
</PRE>
<H4>Property Value</H4>
The width of the thinnest barcode bar in pixels.

<H4>Remarks</H4>
This is the simplest way of specifying the barcode width, by indicating the 
width of the thinnest barcode bar, which is typically 1 (or 2, etc.). 
<p>
The alternative is to specify the entire barcode width directly through the 
<a href="barcodeImageWidth.htm">BarcodeWidth</a> property.

<H4>See Also</H4>
<a href="barcodeImageWidth.htm">BarcodeWidth</a> | <a href="barcodeImageHeight.htm">BarcodeHeight</a>

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

⌨️ 快捷键说明

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