Back to FabImage Library Lite website

You are here: Start » Conversions » MIL1DcodeFormatToBarcodeFormat

MIL1DcodeFormatToBarcodeFormat


Header: FIL.h
Namespace: fil

Converts a MIL1DcodeFormat object to a BarcodeFormat.

Syntax

void fil::MIL1DcodeFormatToBarcodeFormat
(
	const fil::MIL1DcodeFormat::Type& inFormat,
	fil::BarcodeFormat::Type& outFormat
)

Parameters

Name Type Default Description
Input value inFormat const MIL1DcodeFormat::Type&
Output value outFormat BarcodeFormat::Type&

Errors

List of possible exceptions:

Error type Description
DomainError Unsupported barcode format type in the conversion from MIL barcode to FIL barcode format.