TBarCode Library 11  TBarCode Library 11
Deprecated List
Member BCGetColorBC (t_BarCode *pBarCode)
Handling of color values has been enhanced. Use BCGetBarcodeColorGDI(), BCGetBarcodeColorRGB(), BCGetBarcodeColorCMYK(), or BCGetBarcodeColorGray() instead.
See also
BCSetColorBC()
Parameters
[in]pBarCodePointer to barcode structure
Return values
COLORREFCurrent value. Black is the default
Member BCGetColorBk (t_BarCode *pBarCode)
Handling of color values has been enhanced. Use BCGetBackgroundColorGDI(), BCGetBackgroundColorRGB(), BCGetBackgroundColorCMYK(), or BCGetBackgroundColorGray() instead.
Parameters
[in]pBarCodePointer to barcode structure.
Return values
COLORREFCurrent value. White is the default
Member BCGetColorFont (t_BarCode *pBarCode)
Handling of color values has been enhanced. Use BCGetFontColorGDI(), BCGetFontColorRGB(), BCGetFontColorCMYK(), or BCGetFontColorGray() instead.
Parameters
[in]pBarCodePointer to barcode structure.
Return values
COLORREFCurrent value. Black is the default
Member BCIsImageMagickAvailable ()
This functions is no longer used because ImageMagick has been replaced. This functions now always returns TRUE (for backwards-compatibility).
See also
BCBitmapToFile(), BCBitmapToMemory()
Return values
BOOLAlways TRUE.
Member BCSetColorBC (t_BarCode *pBarCode, COLORREF color)
Handling of color values has been enhanced. Use BCSetBarcodeColorGDI(), BCSetBarcodeColorRGB(), BCSetBarcodeColorCMYK(), or BCSetBarcodeColorGray() instead.
Parameters
[in]pBarCodePointer to barcode structure
[in]colorRGB color value
Return values
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.
Member BCSetColorBk (t_BarCode *pBarCode, COLORREF color)
Handling of color values has been enhanced. Use BCSetBackgroundColorGDI(), BCSetBackgroundColorRGB(), BCSetBackgroundColorCMYK(), or BCSetBackgroundColorGray() instead.
Parameters
[in]pBarCodePointer to barcode structure.
[in]colorRGB color value.
Return values
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.
Member BCSetColorFont (t_BarCode *pBarCode, COLORREF color)
Handling of color values has been enhanced. Use BCSetFontColorGDI(), BCSetFontColorRGB(), BCSetFontColorCMYK(), or BCSetFontColorGray() instead.
Parameters
[in]pBarCodePointer to barcode structure.
[in]colorRGB color value.
Return values
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.

© 2021 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Wed Mar 24 2021 08:46:32 for TBarCode Library 11 with doxygen 1.8.8