BarcodeControlSetBarHeight Method ByteScout Barcode SDK
Sets the height of the barcode bars in specified units.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax

public void SetBarHeight(
	float height,
	UnitOfMeasure unit
)

Parameters

height
Type: SystemSingle
The height of the barcode bars in specified units.
unit
Type: Bytescout.BarCodeUnitOfMeasure
The unit of measure for bar height value.

Implements

IBarcodeSetBarHeight(Single, UnitOfMeasure)
See Also

Reference