Interface for IBarcodeEnginePreprocess wrapper.
More...
Go to the source code of this file.
◆ ArrayInterface_Create_CBarcodeEnginePreprocessArray()
| CBarcodeEnginePreprocessArray ArrayInterface_Create_CBarcodeEnginePreprocessArray |
( |
idrs_exception * |
pargException | ) |
|
Creates a new CBarcodeEnginePreprocessArray object.
- Parameters
-
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The newly created CBarcodeEnginePreprocessArray
◆ IBarcodeEnginePreprocess_Create()
| IBarcodeEnginePreprocess IBarcodeEnginePreprocess_Create |
( |
PtrPreprocessFn |
ptrPreprocessFn, |
|
|
idrs_exception * |
pargException |
|
) |
| |
◆ IBarcodeEnginePreprocess_Destroy()
| void IBarcodeEnginePreprocess_Destroy |
( |
IBarcodeEnginePreprocess |
argIBarcodeEnginePreprocess, |
|
|
idrs_exception * |
pargException |
|
) |
| |
◆ IBarcodeEnginePreprocess_Preprocess()
Preprocess runs the image preprocessing on the image provided as argument. The image be modified by this method.
- Parameters
-
| argIBarcodeEnginePreprocess | IBarcodeEnginePreprocess handle |
| argImage | Image to modify. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Return values
-
| IDRS_SUUCESS | if everything is OK, error code otherwise |