| Visual Basic (Declaration) | |
|---|---|
Public Property SearchType As BarcodeSearchTypeFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public BarcodeSearchTypeFlags SearchType {get; set;} | |
| C++/CLI | |
|---|---|
public: property BarcodeSearchTypeFlags SearchType { BarcodeSearchTypeFlags get(); void set (BarcodeSearchTypeFlags value); } | |
Return Value
Barcode type to be read or written.For an example, refer to BarcodeData.IsDuplicated example.
The BarcodeSearchTypeFlagsBarcodeSearchTypeFlags.Barcode1dUccean128 type is used to read UCCEAN 128 barcodes only, but not to write this barcode type.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code