Link Search Menu Expand Document

BarcodeWebImageSetBarHeight Method

Sets the height of the barcode bars in specified units.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.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