clearareacollectionitem.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>ClearAreaCollection.Item Property</TITLE>
</HEAD>
<body topmargin="0">
<font size="-1"> Barcode .Net Class Library</font>
<H3>ClearAreaCollection.Item Property</H3>
<P>This property is the indexer for the <a href="clearAreaCollection.htm">ClearAreaCollection</a> class.</P>
<PRE><font size="-1">[Visual Basic]</font>
<B>Public Property Item</b>(<a href="clearAreaEnum.htm">BarcodeClearArea</a> <i>clearArea</i>) <b>As</b> Integer
<font size="-1">[C#]</font>
<B>public</b> int this[<a href="clearAreaEnum.htm">BarcodeClearArea</a> <i>clearArea</i>] {get; set;}
</PRE>
<H4>Arguments</H4>
<DT><I>clearArea</I></DT>
<DD>A <a href="clearAreaEnum.htm">BarcodeClearArea</a> enumeration identifying the clear area.</dd>
<H4>Property Value</H4>
<P>The size (width) of the clear area.</P>
<HR>
<font size="-1">© 2002 Bokai Corporation. All rights reserved.</font>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?