Description
BorderWidth - returns or sets the value for the border width.
Syntax
object.BorderWidth[= Number]
Remarks
Use BorderWidth property to specify a border
width for the Barcode ActiveX. The border width
is expressed in logical units prescribed by the Measurement
property. For example, if you set this property to
15 and
the Measurement is mbxMeasureEnglish,
the border width is
15 mils (0.015 inch). The default value is 15.
To disable the border, set BorderWidth to 0 or
BorderStyle
to mbxBorderStyleNone.