LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TotalCount Property
See Also 
Leadtools.Workflow.Barcode Namespace > BarcodeData Class : TotalCount Property



(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