Interface for CBarcodeZonalSettings wrapper.
More...
Go to the source code of this file.
Interface for CBarcodeZonalSettings wrapper.
◆ ArrayInterface_Create_CBarcodeZonalSettingsArray()
| CBarcodeZonalSettingsArray ArrayInterface_Create_CBarcodeZonalSettingsArray |
( |
idrs_exception * |
pargException | ) |
|
Creates a new CBarcodeZonalSettingsArray object.
- Parameters
-
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The newly created CBarcodeZonalSettingsArray
◆ CBarcodeZonalSettings_Create()
Creates a new instance of this class.
- Parameters
-
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CBarcodeZonalSettings_Destroy()
| void CBarcodeZonalSettings_Destroy |
( |
CBarcodeZonalSettings |
argCBarcodeZonalSettings, |
|
|
idrs_exception * |
pargException |
|
) |
| |
◆ CBarcodeZonalSettings_GetContext()
Gets the associated barcode context.
The barcode context allows setting the list of barcodes that can be detected by the barcode engine, barcode size range & encodings
- Returns
- Associated barcode context
- Parameters
-
| argCBarcodeZonalSettings | CBarcodeZonalSettings handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CBarcodeZonalSettings_GetZones()
| CPolygonArray CBarcodeZonalSettings_GetZones |
( |
const CBarcodeZonalSettings |
argCBarcodeZonalSettings, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Gets the array of zones (defined as.
- See also
- CPolygon) where barcode recognition will be executed using the associated context.
- Returns
- Array of polygons where barcode detection will be run
- Parameters
-
| argCBarcodeZonalSettings | CBarcodeZonalSettings handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CBarcodeZonalSettings_SetContext()
Sets the associated barcode context.
The barcode context allows setting the list of barcodes that can be detected by the barcode engine, barcode size range & encodings
- Parameters
-
| argCBarcodeZonalSettings | CBarcodeZonalSettings handle |
| argContext | Associated barcode context |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CBarcodeZonalSettings_SetZones()
| void CBarcodeZonalSettings_SetZones |
( |
CBarcodeZonalSettings |
argCBarcodeZonalSettings, |
|
|
const CPolygonArray |
argZones, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Sets the array of zones (defined as.
- See also
- CPolygon) where barcode recognition will be executed using the associated context.
Setting one or more polygons with coordinates outside the input page/image bounds will trigger an exception during barcode detection.
- Parameters
-
| argCBarcodeZonalSettings | CBarcodeZonalSettings handle |
| argZones | Array of polygons where barcode detection will be run |
| pargException | Pointer to exception structure that will be filled if an exception occurs |