Sets the input data encoding code page.
If another than a predefined code page shall be used that means, if the code page is set to eCodePage_Custom, this function specifies in which code page the input data is encoded. Otherwise the value returned by BCGetCodePage is used.
- See also:
- BCSetEncodingMode(), BCGetEncodingMode(), BCGetCodePage(), e_EncodingMode, e_CodePage
- Parameters:
-
[in] | pBarCode | Pointer to barcode structure. |
[in] | nCodePage | The code page (as code page identifier). |
- Return values:
-
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred |