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.

See also:
BCSetEncodingMode(), BCGetEncodingMode(), BCSetCodePage(), BCSetCodePageCustom(), BCGetCodePageCustom()
Parameters:
[in]pBarCodePointer to barcode structure.
Return values:
e_CodePageThe Code Page Identifier.