BarcodeWebImageGetMinimalHeight Method ByteScout Barcode SDK
Returns the height in specified units of the smallest rectangle that can accommodate the barcode.

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

public float GetMinimalHeight(
	UnitOfMeasure unit
)

Parameters

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

Return Value

Type: Single
The height in specified units of the smallest rectangle that can accommodate the barcode.

Implements

IBarcodeGetMinimalHeight(UnitOfMeasure)
See Also

Reference