Accusoft BarcodeXpress v9.0
ImageSource Property
See Also  Send comments on this topic.
AccusoftBarcodeXpress9 ActiveX DLL > BarcodeXpress Object : ImageSource Property

Glossary Item Box

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 AnalyzehDib 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

©2013. Accusoft Corporation. All Rights Reserved.