Back to FabImage Library Lite website
You are here: Start » Conversions » BarcodeFormatToMIL1DcodeFormat
BarcodeFormatToMIL1DcodeFormat
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Converts BarcodeFormat object to a MIL1DcodeFormat
Syntax
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. |


