Enables/disables reading of EAN-8 barcodes
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Ean8 As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As BarcodeReader
Dim value As Boolean
instance.Ean8 = value
value = instance.Ean8 |
| C# | |
|---|
public bool Ean8 {get; set;} |
| Delphi | |
|---|
public read-write property Ean8: Boolean; |
| JScript | |
|---|
public function get,set Ean8 : boolean |
| Managed Extensions for C++ | |
|---|
public: __property bool get_Ean8();
public: __property void set_Ean8(
bool value
); |
| C++/CLI | |
|---|
public:
property bool Ean8 {
bool get();
void set ( bool value);
} |
Remarks
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