TBarCode Library 11  TBarCode Library 11
VOID _stdcall BCGetQuietZoneColorGray ( const t_BarCode pBarcode,
e_QuietZone  eZone,
DOUBLE *  pdGray 
)

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:
BCSetQuietZoneColorGray(), BCGetQuietZoneColorCMYK(), BCGetQuietZoneColorGDI(), BCGetQuietZoneColorRGB(), BCSetBkMode()
Parameters:
[in]pBarcodePointer to barcode structure.
[in]eZoneFlag that determines the quiet zone side.
[out]pdGrayThe grayscale color of the barcode (range 0.0 - 1.0).