8.9. BorderWidth Property

Description

BorderWidth - returns or sets the value for the border width.

Syntax

HRESULT get_BorderWidth(HANDLE handle, LONG* pVal);
HRESULT put_BorderWidth(HANDLE handle, LONG val);

Remarks

Use BorderWidth property to specify a border width for the Barcode DLL. 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.

See Also

Section 8.8, “BorderStyle Property”

Section 8.7, “BorderColor Property”