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

📄 barcodeimagewidth.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>BarcodeImage.BarcodeWidth Property</TITLE>
</HEAD>
<body topmargin="0">
<font size="-1">&nbsp;Barcode .Net Class Library</font>
<H3>BarcodeImage.BarcodeWidth Property</H3>

<P>Gets or sets the width of the barcode.</P>

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

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

<H4>Remarks</H4>
Depending the value of the <a href="barcodeOrientation.htm">Orientation</a> property,
<b>BarcodeWidth</b> may be either the image <i>width </i> or <i>height</i>.
<p>
To set the barcode width, it's easier to specify the width of the thinnest barcode bar 
through the use of the <a href="barcodeImageBarWidth.htm">BarWidth</a> property, which is typically
1 (or 2, or more). 

<p><a href="barcodeImageBarWidth.htm">BarWidth</a> is always picked up 
in priority. For <b>BarcodeWidth</b> to be effective, you need to 
set <a href="barcodeImageBarWidth.htm">BarWidth</a> to 0.

<H4>See Also</H4>
<a href="barcodeImageBarWidth.htm">BarWidth</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -