TBarCode Library 11  TBarCode Library 11
VOID _stdcall BCGetQuietZoneColorGDI ( const t_BarCode pBarcode,
e_QuietZone  eZone,
COLORREF *  pColor 
)

Retrieves the background color of the quiet zone.

Note:
Property background mode must be opaque in order to draw the quiet zone with the specified background color.
See also:
BCSetQuietZoneColorGDI(), BCGetQuietZoneColorCMYK(), BCGetQuietZoneColorGray(), BCGetQuietZoneColorRGB(), BCSetBkMode()
Parameters:
[in,out]pBarcodePointer to barcode structure.
[in]eZoneFlag that determines the quiet zone side.
[out]pColorThe RGB color of the barcode encoded as COLORREF (DWORD).