BarcodeControlGetMinimalSize Method (UnitOfMeasure)ByteScout Barcode SDK
Returns the size 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 SizeF GetMinimalSize(
	UnitOfMeasure unit
)

Parameters

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

Return Value

Type: SizeF
The size in specified units of the smallest rectangle that can accommodate the barcode.

Implements

IBarcodeGetMinimalSize(UnitOfMeasure)
See Also

Reference