(Read only) Gets the total number of recognized barcodes by calling the
BarcodeReadActivity.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property TotalCount As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As BarcodeData
Dim value As Integer
value = instance.TotalCount |
| C# | |
|---|
public int TotalCount {get;} |
| C++/CLI | |
|---|
public:
property int TotalCount {
int get();
} |
Property Value
Number of barcodes.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also