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. |
| BC_ImageSourcePicture | 1 | Loads bitmap from the Picture property. |