TBarCode Library 11  TBarCode Library 11

Modify the colors for the barcode, background and human readable text. More...

Functions

COLORREF TECIT_STDCALL BCGetColorBC (t_BarCode *pBarCode)
 Gets the current barcode color. More...
 
ERRCODE TECIT_STDCALL BCSetColorBC (t_BarCode *pBarCode, COLORREF color)
 Sets the color the of barcode. More...
 
COLORREF TECIT_STDCALL BCGetColorBk (t_BarCode *pBarCode)
 Gets the current background color. More...
 
ERRCODE TECIT_STDCALL BCSetColorBk (t_BarCode *pBarCode, COLORREF color)
 Sets the color of the barcode background. More...
 
COLORREF TECIT_STDCALL BCGetColorFont (t_BarCode *pBarCode)
 Gets the current color of the human readable text. More...
 
ERRCODE TECIT_STDCALL BCSetColorFont (t_BarCode *pBarCode, COLORREF color)
 Sets the color of the human readable text. More...
 
e_ColorMode TECIT_STDCALL BCGetColorMode (const t_BarCode *pBarcode)
 Retrieves the color mode (CMYK, RGB, or Grayscale). More...
 
VOID TECIT_STDCALL BCSetColorMode (t_BarCode *pBarcode, e_ColorMode mode)
 Sets the color mode (CMYK, RGB, or Grayscale). More...
 
VOID TECIT_STDCALL BCSetBarcodeColorCMYK (t_BarCode *pBarcode, DOUBLE dCyan, DOUBLE dMagenta, DOUBLE dYellow, DOUBLE dBlack)
 Sets the color of the barcode. More...
 
VOID TECIT_STDCALL BCGetBarcodeColorCMYK (const t_BarCode *pBarcode, DOUBLE *pdCyan, DOUBLE *pdMagenta, DOUBLE *pdYellow, DOUBLE *pdBlack)
 Retrieves the color of the barcode. More...
 
VOID TECIT_STDCALL BCSetBarcodeColorGDI (t_BarCode *pBarcode, COLORREF color)
 Sets the color of the barcode. More...
 
VOID TECIT_STDCALL BCGetBarcodeColorGDI (const t_BarCode *pBarcode, COLORREF *pColor)
 Retrieves the color of the barcode. More...
 
VOID TECIT_STDCALL BCSetBarcodeColorGray (t_BarCode *pBarcode, DOUBLE dGray)
 Sets the color of the barcode. More...
 
VOID TECIT_STDCALL BCGetBarcodeColorGray (const t_BarCode *pBarcode, DOUBLE *pdGray)
 Retrieves the color of the barcode. More...
 
VOID TECIT_STDCALL BCSetBarcodeColorRGB (t_BarCode *pBarcode, DOUBLE dRed, DOUBLE dGreen, DOUBLE dBlue)
 Sets the color of the barcode. More...
 
VOID TECIT_STDCALL BCGetBarcodeColorRGB (const t_BarCode *pBarcode, DOUBLE *pdRed, DOUBLE *pdGreen, DOUBLE *pdBlue)
 Retrieves the RGB color of the barcode. More...
 
VOID TECIT_STDCALL BCGetFontColorCMYK (const t_BarCode *pBarcode, DOUBLE *pdCyan, DOUBLE *pdMagenta, DOUBLE *pdYellow, DOUBLE *pdBlack)
 Retrieves the font color of the currently active text object (usually the human readable text). More...
 
VOID TECIT_STDCALL BCSetFontColorCMYK (t_BarCode *pBarcode, DOUBLE dCyan, DOUBLE dMagenta, DOUBLE dYellow, DOUBLE dBlack)
 Sets the font color of the currently active text object (usually the human readable text). More...
 
VOID TECIT_STDCALL BCGetFontColorGDI (const t_BarCode *pBarcode, COLORREF *pColor)
 Sets the font color of the currently active text object (usually the human readable text). More...
 
VOID TECIT_STDCALL BCSetFontColorGDI (t_BarCode *pBarcode, COLORREF color)
 Sets the font color of the currently active text object (usually the human readable text). More...
 
VOID TECIT_STDCALL BCGetFontColorGray (const t_BarCode *pBarcode, DOUBLE *pdGray)
 Retrieves the font color of the currently active text object (usually the human readable text). More...
 
VOID TECIT_STDCALL BCSetFontColorGray (t_BarCode *pBarcode, DOUBLE dGray)
 Sets the font color of the currently active text object (usually the human readable text). More...
 
VOID TECIT_STDCALL BCGetFontColorRGB (const t_BarCode *pBarcode, DOUBLE *pdRed, DOUBLE *pdGreen, DOUBLE *pdBlue)
 Retrieves the font color of the currently active text object (usually the human readable text). More...
 
VOID TECIT_STDCALL BCSetFontColorRGB (t_BarCode *pBarcode, DOUBLE dRed, DOUBLE dGreen, DOUBLE dBlue)
 Sets the font color of the currently active text object (usually the human readable text). More...
 
VOID TECIT_STDCALL BCSetBackgroundColorCMYK (t_BarCode *pBarcode, DOUBLE dCyan, DOUBLE dMagenta, DOUBLE dYellow, DOUBLE dBlack)
 Sets the background color the of barcode. More...
 
VOID TECIT_STDCALL BCGetBackgroundColorCMYK (const t_BarCode *pBarcode, DOUBLE *pdCyan, DOUBLE *pdMagenta, DOUBLE *pdYellow, DOUBLE *pdBlack)
 Retrieves the background color of the barcode. More...
 
VOID TECIT_STDCALL BCSetBackgroundColorGDI (t_BarCode *pBarcode, COLORREF color)
 Sets the background color of the barcode. More...
 
VOID TECIT_STDCALL BCGetBackgroundColorGDI (const t_BarCode *pBarcode, COLORREF *pColor)
 Retrieves the background color of the barcode. More...
 
VOID TECIT_STDCALL BCSetBackgroundColorGray (t_BarCode *pBarcode, DOUBLE dGray)
 Sets the background color of the barcode. More...
 
VOID TECIT_STDCALL BCGetBackgroundColorGray (const t_BarCode *pBarcode, DOUBLE *pdGray)
 Retrieves the background color of the barcode. More...
 
VOID TECIT_STDCALL BCSetBackgroundColorRGB (t_BarCode *pBarcode, DOUBLE dRed, DOUBLE dGreen, DOUBLE dBlue)
 Sets the background color of the barcode. More...
 
VOID TECIT_STDCALL BCGetBackgroundColorRGB (const t_BarCode *pBarcode, DOUBLE *pdRed, DOUBLE *pdGreen, DOUBLE *pdBlue)
 Retrieves the background color of the barcode. More...
 
VOID TECIT_STDCALL BCGetQuietZoneColorCMYK (const t_BarCode *pBarcode, e_QuietZone eZone, DOUBLE *pdCyan, DOUBLE *pdMagenta, DOUBLE *pdYellow, DOUBLE *pdBlack)
 Retrieves the background color of the quiet zone. More...
 
VOID TECIT_STDCALL BCSetQuietZoneColorCMYK (t_BarCode *pBarcode, e_QuietZone eZone, BOOL bUseDefault, DOUBLE dCyan, DOUBLE dMagenta, DOUBLE dYellow, DOUBLE dBlack)
 Sets the background color of the quiet zone. More...
 
VOID TECIT_STDCALL BCGetQuietZoneColorGDI (const t_BarCode *pBarcode, e_QuietZone eZone, COLORREF *pColor)
 Retrieves the background color of the quiet zone. More...
 
VOID TECIT_STDCALL BCSetQuietZoneColorGDI (t_BarCode *pBarcode, e_QuietZone eZone, BOOL bUseDefault, COLORREF color)
 Sets the background color of the quiet zone. More...
 
VOID TECIT_STDCALL BCGetQuietZoneColorGray (const t_BarCode *pBarcode, e_QuietZone eZone, DOUBLE *pdGray)
 Retrieves the background color of the quiet zone. More...
 
VOID TECIT_STDCALL BCSetQuietZoneColorGray (t_BarCode *pBarcode, e_QuietZone eZone, BOOL bUseDefault, DOUBLE dGray)
 Sets the background color of the quiet zone. More...
 
VOID TECIT_STDCALL BCGetQuietZoneColorRGB (const t_BarCode *pBarcode, e_QuietZone eZone, DOUBLE *pdRed, DOUBLE *pdGreen, DOUBLE *pdBlue)
 Retrieves the background color of the quiet zone. More...
 
VOID TECIT_STDCALL BCSetQuietZoneColorRGB (t_BarCode *pBarcode, e_QuietZone eZone, BOOL bUseDefault, DOUBLE dRed, DOUBLE dGreen, DOUBLE dBlue)
 Sets the background color of the quiet zone. More...
 

Detailed Description

Modify the colors for the barcode, background and human readable text.


© 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