#include “BlackIceDEVMODE.h”
BOOL IsBarcodeTransparent (BlackIceDEVMODE* pDevMode);
Description
Returns TRUE if the barcode is drawn with a transparent background, returns FALSE if the barcode is drawn with a white background.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if transparency is enabled, FALSE otherwise.