Returns TRUE if the barcode is drawn with a transparent background, returns FALSE if the barcode is drawn with a white background.
IsBarcodeTransparent (pDevMode As Long) As Boolean
Input value - pDevMode: handle to the BlackIceDEVMODE structure
Return value - TRUE if transparency is enabled, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.