Gets or sets a value that indicate the check digit type to use when reading Code 11 (USD-8) barcodes.
public Code11BarcodeCheckDigitType Code11CheckDigitType { get; set; }
Public Property Code11CheckDigitType As Leadtools.Barcode.Code11BarcodeCheckDigitType
public Leadtools.Barcode.Code11BarcodeCheckDigitType Code11CheckDigitType {get; set;}
@property (nonatomic, assign) LTCode11BarcodeCheckDigitType code11CheckDigitType
public Code11BarcodeCheckDigitType getCode11CheckDigitType()
public void setCode11CheckDigitType(Code11BarcodeCheckDigitType value)
<br/>get_Code11CheckDigitType();<br/>set_Code11CheckDigitType(value);<br/>Object.defineProperty('Code11CheckDigitType');
public:
property Leadtools.Barcode.Code11BarcodeCheckDigitType Code11CheckDigitType {
Leadtools.Barcode.Code11BarcodeCheckDigitType get();
void set ( Leadtools.Barcode.Code11BarcodeCheckDigitType );
}
A Code11BarcodeCheckDigitType enumeration member that indicates the check digit type to use when reading Code 11 barcodes. The default value is Code11BarcodeCheckDigitType.CDigit.
This property is only valid when reading Code 11 (USD-8) barcodes (BarcodeSymbology.Code11).
For an example, refer to OneDBarcodeReadOptions.
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