This property has been deprecated and replaced by the AnalyzehDib and AnalyzeIPicture methods.
Visual Basic |
---|
Public Property ImageSource As BC_ImageSource |
This property has been deprecated and replaced by the AnalyzehDib, AnalyzehDib64, and AnalyzeIPicture methods.
The default is BC_ImageSourceDIB.
The ImageSource property must be set before using the AnalyzeBarcode method.
If this property is set to BC_ImageSourceDIB, it is the responsibility of the caller to free this resource when the analysis is complete and the DIB is no longer needed.
The recommended bitmap source is a DIB (Device Independent Bitmap) or the clipboard, and not the Picture property, since it returns a low resolution Device Dependent Bitmap (DDB).