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

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

public float GetMinimalWidth(
	UnitOfMeasure unit
)

Parameters

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

Return Value

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

Implements

IBarcodeGetMinimalWidth(UnitOfMeasure)
See Also

Reference