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