Gets or sets a value that indicates the check digit type to use when writing 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 writing Code 11 barcodes. The default value is MSIBarcodeModuloType.Modulo10.
This property is only valid when writing Pulse Width Modulated barcodes ( barcodesymbology.msi).
For an example, refer to OneDBarcodeWriteOptions.
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