Back to FabImage Library website
You are here: Start » Function Reference » Conversions » 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 | |
|---|---|---|---|---|
![]() |
inFormat | const BarcodeFormat::Type& | ||
![]() |
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. |


