ClearImageNet Send comments on this topic.
Auto1D Property
See Also 
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;}
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

See Also

Generated from assembly ClearImageNet [5.7.1.0]