←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
Java
Objective-C
WinRT C#
C++
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');  

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 error check digit from the rest of the data based on the barcode symbology standard.

Example

For an example, refer to OneDBarcodeReadOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly