TBarCode Library 11  TBarCode Library 11
VOID _stdcall BCSetQuietZoneColorGray ( t_BarCode pBarcode,
e_QuietZone  eZone,
BOOL  bUseDefault,
DOUBLE  dGray 
)

Sets 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:
BCGetQuietZoneColorCMYK(), BCGetQuietZoneColorGDI(), BCGetQuietZoneColorGray(), BCGetQuietZoneColorRGB(), BCSetBkMode()
Parameters:
[in,out]pBarcodePointer to barcode structure.
[in]eZoneFlag that determines the quiet zone side.
[in]bUseDefaultFlag that determines whether to use the default background color. If set to TRUE the given color values are ignored.
[in]dGrayThe grayscale color of the barcode (range: 0.0 - 1.0).