Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

EnumBarcodeColourMode

enum EnumBarcodeColourMode{
    BICM_DARK_ON_LIGHT = 0x01, 
    BICM_LIGHT_ON_DARK = 0x02, 
    BICM_DARK_ON_DARK = 0x04, 
    BICM_LIGHT_ON_LIGHT = 0x08,
    BICM_DARK_LIGHT_MIXED = 0x10, 
    BICM_DARK_ON_LIGHT_DARK_SURROUNDING = 0x20, 
    BICM_SKIP = 0x00,
    BICM_REV = 0x80000000
}

This page is compatible for:

Is this page helpful?

YesYes NoNo