(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();
} |
Property Value
Number of barcodes.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also