Gets or sets a value that indicates the check digit type to use when reading MSI (Pulse Width Modulated) barcodes.
public MSIBarcodeModuloType MSIModuloType { get; set; }
Public Property MSIModuloType As Leadtools.Barcode.MSIBarcodeModuloType
public Leadtools.Barcode.MSIBarcodeModuloType MSIModuloType {get; set;}
@property (nonatomic, assign) LTMSIBarcodeModuloType msiModuloType
public MSIBarcodeModuloType getMSIModuloType()
public void setMSIModuloType(MSIBarcodeModuloType value)
<br/>get_MSIModuloType();<br/>set_MSIModuloType(value);<br/>Object.defineProperty('MSIModuloType');
public:
property Leadtools.Barcode.MSIBarcodeModuloType MSIModuloType {
Leadtools.Barcode.MSIBarcodeModuloType get();
void set ( Leadtools.Barcode.MSIBarcodeModuloType );
}
A MSIBarcodeModuloType enumeration member that indicates the check digit type to use when reading Code 11 barcodes. The default value is MSIBarcodeModuloType.Modulo10.
This property is only valid when reading Pulse Width Modulated barcodes (BarcodeSymbology.MSI).
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