BarcodeWebImageGetBarHeight Method ByteScout Barcode SDK
Returns 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 float GetBarHeight(
	UnitOfMeasure unit
)

Parameters

unit
Type: Bytescout.BarCodeUnitOfMeasure
The unit of measure for retrieved bar height value.

Return Value

Type: Single
The height of the barcode bars in specified units.

Implements

IBarcodeGetBarHeight(UnitOfMeasure)
See Also

Reference