ClearImageNet Send comments on this topic.
Industrial2of5 Property
See Also 
Inlite.ClearImageNet Namespace > BarcodeReader Class : Industrial2of5 Property




Enables/disables reading of Industrial 2 of 5 barcodes

Syntax

Visual Basic (Declaration) 
Public Property Industrial2of5 As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReader
Dim value As Boolean
 
instance.Industrial2of5 = value
 
value = instance.Industrial2of5
C# 
public bool Industrial2of5 {get; set;}
Managed Extensions for C++ 
public: __property bool get_Industrial2of5();
public: __property void set_Industrial2of5( 
   bool value
);
C++/CLI 
public:
property bool Industrial2of5 {
   bool get();
   void set (bool value);
}

Remarks

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

See Also

Generated from assembly ClearImageNet [5.7.1.0]