Specifies the source from which to load the bitmap for barcode recognition.
Member | Value | Description |
---|---|---|
BC_ImageSourceClipboard | 2 | Loads bitmap from the Windows system clipboard. |
BC_ImageSourceDIB | 0 | The default Image Source. Loads bitmap from the hDIB property for the 32-bit environment and from the hDIB64 property for the 64-bit environment. |
BC_ImageSourcePicture | 1 | Loads bitmap from the Picture property. |