Barcode Xpress for .NET Framework v13.9 - Updated
NumberCheckSumChars Property




Accusoft.BarcodeXpressSdk Namespace > Result Class : NumberCheckSumChars Property
Gets the number of characters in the recognized checksum.
Syntax
'Declaration
 
Public ReadOnly Property NumberCheckSumChars As Integer
'Usage
 
Dim instance As Result
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 checksum does not exist, or the checksum evaluated incorrectly, this property will return 0.

See the Result for more information about retrieving results.

See Also

Reference

Result Class
Result Members

Is this page helpful?
Yes No
Thanks for your feedback.