Sets the data encoding mode.
The data encoding mode specifies how TBarCode interprets the input data. In dependence on whether the input data is UNICODE or single character encoded the mode has different effects. See e_EncodingMode and e_CodePage for a more detailed description.
- See also:
- BCGetEncodingMode(), BCGetCodePage(), BCSetCodePage(), e_EncodingMode, e_CodePage
- Parameters:
-
[in] | pBarCode | Pointer to barcode structure. |
[in] | eMode | The encoding mode. |
- Return values:
-
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred |