Make BestShareware.net your home page Add BestShareware.net to your favorites  

Homepage

Help Desk

Site Map

Popular

What's New

Featured
Search Software:
WWW         BestShareware.net
  MAC Software | Linux Software | Pocket PC | iPod Software
  Development
ActiveX or COM
DLL Library
IDE and Compilers
Source Code
Installers
  Software Directories
DVD & Video
MP3 & Audio
Graphics
Applications
Internet
Security & AntiVirus
Development
PC Tools
Computer Games

Eym Barcode Reader OCX

Barcode Reader OCX EymBarcodeReader.ocx is an ActiveX control that performs all necessary image processing and decoding stages to locate and read a variety of standard 1D barcodes from a bitmap. You may integrate it within your own application in a development environment such as Visual Basic, where you can freely decide what the source of these bitmaps should be (e.g image files of live video captures) and what you may use the decoded barcode data for.
Much like other common controls that don't have any intrinsic graphical element to them (such as timers for instance), this control will be invisible at runtime.
The control was designed with simplicity of use in mind. Most of this ActiveX control's properties are read-only as they are intended to convey information about the barcodes that were read. The control's main "input" is its Picture property, which is the means by which your application passes an image to the control. It also counts four other Read/Write properties that are intended to configure the control's behavior.



Software Information System Requirements
Version:2.30
  • Windows 9x/Me/NT/2000/XP
  • Pentium similar processor
  • 64MB RAM
File Size:5.13 MB
License:Free to try, $190.0 to buy
Screenshot:View Screenshot
Rating:

Eym Barcode Reader OCX's Propertise:

Input Properties Access Description
Picture Read/Write Property used to pass image data to the control.
ProtocolMask Read/Write Long. Binary mask describing the list of barcode protocols the control should be looking for.
ConfidenceThreshold Read/Write Single. Minimum confidence level (between 0.0 and 1.0) required in order to report a successful read.
ContrastSensitivity Read/Write Single. Minimum high spatial frequency energy level (between 0.0 and 1.0) required in order to attempt the decoding of a barcode.
ThoroughMode Read/Write Boolean. This Boolean value toggles the OCX between its "Fast" and "Thorough" modes.

Output Properties Argument Access Description
NbCodesFound none Read only Integer. Number of barcodes that were successfully decoded from the provided image. All following properties will require an index value as an argument. The index associated with the first code is 1. The index of the last code is NbCodeFound.
RawData(index) Short Read only String. Raw data payload conveyed by the decoded barcode (referenced by index).
Symbology(index) Short Read only String. Name of the decoded barcode's symbology (referenced by index).
BarcodeType(index) Short Read only String. Name of the decoded barcode's code type (referenced by index).
DataDescriptor(index) Short Read only String. Description of the data conveyed by the decoded barcode (referenced by index).
Data(index) Short Read only String. Formatted payload conveyed by the decoded barcode (referenced by index).
Confidence(index) Short Read only Single. Confidence measure (between 0.0 and 1.0) associated with the decoded data (referenced by index).
Cx(index) Short Read only Long. Distance (in pixels) between the left edge of the image and the center of the barcode referenced by index.
Cy(index) Short Read only Long. Distance (in pixels) between the top edge of the image and the center of the barcode referenced by index.
StartX(index) Short Read only Long. Distance (in pixels) between the left edge of the image and the starting edge of the barcode referenced by index.
StartY(index) Short Read only Long. Distance (in pixels) between the top edge of the image and the starting edge of the barcode referenced by index.
StopX(index) Short Read only Long. Distance (in pixels) between the left edge of the image and the stop edge of the barcode referenced by index.
StopY(index) Short Read only Long. Distance (in pixels) between the top edge of the image and the stop edge of the barcode referenced by index.

  Submit Software | Privacy Policy | Terms of Use | Advertise with Us | Contact Us  
  Copyright © BestShareware.net. All rights reserved.