The SearchType Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the type of barcode for which to search.| Visual Basic (Declaration) | |
|---|---|
Public Property SearchType As BarcodeSearchTypeFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BarcodeReadActivity Dim value As BarcodeSearchTypeFlags instance.SearchType = value value = instance.SearchType | |
| C# | |
|---|---|
public BarcodeSearchTypeFlags SearchType {get; set;} | |
| C++/CLI | |
|---|---|
public: property BarcodeSearchTypeFlags SearchType { BarcodeSearchTypeFlags get(); void set ( BarcodeSearchTypeFlags value); } | |
Property Value
Type of barcode for which to search.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code