TBarCode Library 11
TBarCode Library 11
|
Public API functions for barcode quiet zone settings. More...
Functions | |
const LPRECTD TECIT_STDCALL | BCGetQuietZone (t_BarCode *pBarCode) |
Gets current quiet-zone settings. More... | |
e_MUnit TECIT_STDCALL | BCGetQuietZoneUnit (t_BarCode *pBarCode) |
Gets current measurement unit used for specifying quiet-zones. More... | |
ERRCODE TECIT_STDCALL | BCSetQuietZone (t_BarCode *pBarCode, LPRECTD prQuietZone, e_MUnit eQZUnit) |
Sets the size of the quiet-zones in given units. More... | |
BOOL TECIT_STDCALL | BCGetUseQuietZoneDefaultColor (t_BarCode *pBarCode, e_QuietZone eZone) |
Determines whether default background color shall be used for given quiet zone side. 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... | |
Public API functions for barcode quiet zone settings.
Required include file: "tbarcode.h"
© 2021 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Wed Mar 24 2021 08:45:36 for TBarCode Library 11 with doxygen 1.8.8 |