Back to FabImage Library website

You are here: Start » Function Reference » Conversions » BarcodeFormatToMIL1DcodeFormat

BarcodeFormatToMIL1DcodeFormat


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts BarcodeFormat object to a MIL1DcodeFormat

Syntax

C++
C#
 
void fil::BarcodeFormatToMIL1DcodeFormat
(
	const fil::BarcodeFormat::Type& inFormat,
	fil::MIL1DcodeFormat::Type& outFormat
)

Parameters

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

Errors

List of possible exceptions:

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