TBarCode Library 11
TBarCode Library 11
|
ERRCODE _stdcall BCSetCodePage | ( | t_BarCode * | pBarCode, |
e_CodePage | eCodePage | ||
) |
Sets the code page used for encoding the barcode data.
If the data encoding mode is set to eEncMode_CodePage, this function specifies the code page used for encoding the bar code data. Otherwise the code page is ignored. See e_EncodingMode and e_CodePage for a more detailed description.
If you set the code page to eCodePage_Custom, the BCSetCodePageCustom function determines the specific code page identifier to use.
[in] | pBarCode | Pointer to barcode structure. |
[in] | eCodePage | The code page (as enumeration value). |
ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred |