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
See Also