ImageGear .NET - Updated
NumberCheckSumChars Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeResult Class : NumberCheckSumChars Property
Gets the number of characters in the recognized check sum.
Syntax
'Declaration
 
Public ReadOnly Property NumberCheckSumChars As Integer
'Usage
 
Dim instance As ImGearBarcodeResult
Dim value As Integer
 
value = instance.NumberCheckSumChars
public int NumberCheckSumChars {get;}
public: __property int get_NumberCheckSumChars();
public:
property int NumberCheckSumChars {
   int get();
}

Property Value

A long which represents the number of characters.
Remarks

If a check sum does not exist, or the check sum evaluated incorrectly, this property will return 0.

See the ImGearBarcodeResult for more information about retrieving results.

See Also

Reference

ImGearBarcodeResult Class
ImGearBarcodeResult Members