Back to FabImage Library website

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

MIL1DcodeFormatToBarcodeFormat


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts a MIL1DcodeFormat object to a BarcodeFormat.

Syntax

C++
C#
 
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.