(Read only) Gets the total number of recognized barcodes by calling the
Read method
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();
} |
Return Value
Number of barcodes.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also