Gets or sets a value that indicates whether the error check digit is returned as part of the barcode data.
public BarcodeReturnCheckDigit ReturnCheckDigit { get; set; }
Public Property ReturnCheckDigit As Leadtools.Barcode.BarcodeReturnCheckDigit
public Leadtools.Barcode.BarcodeReturnCheckDigit ReturnCheckDigit {get; set;}
@property (nonatomic, assign) LTBarcodeReturnCheckDigit returnCheckDigit
public BarcodeReturnCheckDigit getReturnCheckDigit()
public void setReturnCheckDigit(BarcodeReturnCheckDigit value)
<br/>get_ReturnCheckDigit();<br/>set_ReturnCheckDigit(value);<br/>Object.defineProperty('ReturnCheckDigit');
public:
property Leadtools.Barcode.BarcodeReturnCheckDigit ReturnCheckDigit {
Leadtools.Barcode.BarcodeReturnCheckDigit get();
void set ( Leadtools.Barcode.BarcodeReturnCheckDigit );
}
Value indicating whether the error check digit is returned as part of the barcode data. The default value is Default.
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.
For an example, refer to GS1DatabarStackedBarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET