Accusoft BarcodeXpress v13.9 - Updated
ImageSource Property
AccusoftBarcodeXpress13 ActiveX DLL > BarcodeXpress Object : ImageSource Property
Description
This property has been deprecated and replaced by the AnalyzehDib and AnalyzeIPicture methods.
Property type
Read-write property
Syntax
Visual Basic
Public Property ImageSource As BC_ImageSource
Return Type
The BC_ImageSource enumeration value set.
Remarks

This property has been deprecated and replaced by the AnalyzehDibAnalyzehDib64, 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).

See Also

BarcodeXpress Object  | BarcodeXpress Members

Is this page helpful?
Yes No
Thanks for your feedback.