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 BarcodeReturnCheckDigit
@property (nonatomic, assign) LTBarcodeReturnCheckDigit returnCheckDigit
public BarcodeReturnCheckDigit getReturnCheckDigit()
public void setReturnCheckDigit(BarcodeReturnCheckDigit value)
public:
property BarcodeReturnCheckDigit ReturnCheckDigit {
BarcodeReturnCheckDigit get();
void set ( 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document