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;} |
Delphi | |
---|
public read-write property Auto1D: Boolean; |
JScript | |
---|
public function get,set Auto1D : boolean |
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
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