ClearImage 8 Help
Auto1D Property
See Also  Send Feedback
Inlite.ClearImageNet Namespace > BarcodeReader Class : Auto1D Property






Enables reading of the most popular 1D barcodes

Syntax

Visual Basic (Declaration) 
Public Property Auto1D As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReader
Dim value As Boolean
 
instance.Auto1D = value
 
value = instance.Auto1D
C# 
public bool Auto1D {get; set;}
Delphi 
public read-write property Auto1D: Boolean; 
JScript 
public function get,set Auto1D : boolean
Managed Extensions for C++ 
public: __property bool get_Auto1D();
public: __property void set_Auto1D( 
   bool value
);
C++/CLI 
public:
property bool Auto1D {
   bool get();
   void set (    bool value);
}

Remarks

If true reads the following barcode types: Code 39, Code 128, Code 93, UCC 128, Codabar, Interleaved 2 of 5, UPCA, UPCE, EAN-8, EAN-13.
For faster processing set to false and enable specific barcode type.

Licensing: Requires ClearImage Barcode 1D Pro or 1D Basic license

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.