←Select platform

ReturnCheckDigit Property

Summary

Gets or sets a value that indicates whether the error check digit is returned as part of the barcode data.

Syntax
C#
VB
Objective-C
C++
Java
public BarcodeReturnCheckDigit ReturnCheckDigit { get; set; } 
Public Property ReturnCheckDigit As BarcodeReturnCheckDigit 
@property (nonatomic, assign) LTBarcodeReturnCheckDigit returnCheckDigit 
public BarcodeReturnCheckDigit getReturnCheckDigit() 
public void setReturnCheckDigit(BarcodeReturnCheckDigit value) 
public: 
property BarcodeReturnCheckDigit ReturnCheckDigit { 
   BarcodeReturnCheckDigit get(); 
   void set (    BarcodeReturnCheckDigit ); 
} 

Property Value

Value indicating whether the error check digit is returned as part of the barcode data. The default value is Default.

Remarks

If you set the value of ReturnCheckDigit to Yes, then this digit is returned as part of barcode data (can be retrieved with BarcodeData.GetData or BarcodeData.Value). Then parse the data and extract the error check digit from the rest of the data based on the barcode symbology standard.

Example

For an example, refer to GS1DatabarStackedBarcodeReadOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly