TBarCode Library 11
TBarCode Library 11
|
e_CodePage _stdcall BCGetCodePage | ( | t_BarCode * | pBarCode | ) |
Gets 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. If this function returns eCodePage_Custom use the function BCGetCodePageCustom to receive the code page.
[in] | pBarCode | Pointer to barcode structure. |
e_CodePage | The Code Page Identifier. |