Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

MSIModuloType Property (OneDBarcodeReadOptions)








Gets or sets a value that indicates the check digit type to use when reading MSI (Pulse Width Modulated) barcodes.
Syntax
[CategoryAttribute("	MSI Options")]
[DefaultValueAttribute()]
[DisplayNameAttribute("MSI check digit type")]
[DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")]
public MSIBarcodeModuloType MSIModuloType {get; set;}
'Declaration
 
<CategoryAttribute("	MSI Options")>
<DefaultValueAttribute()>
<DisplayNameAttribute("MSI check digit type")>
<DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")>
Public Property MSIModuloType As MSIBarcodeModuloType
'Usage
 
Dim instance As OneDBarcodeReadOptions
Dim value As MSIBarcodeModuloType
 
instance.MSIModuloType = value
 
value = instance.MSIModuloType
[CategoryAttribute("	MSI Options")]
[DefaultValueAttribute()]
[DisplayNameAttribute("MSI check digit type")]
[DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")]
public MSIBarcodeModuloType MSIModuloType {get; set;}
@property (nonatomic, assign) LTMSIBarcodeModuloType msiModuloType
public MSIBarcodeModuloType getMSIModuloType()
public void setMSIModuloType(MSIBarcodeModuloType value)
            
CategoryAttribute("	MSI Options")
DefaultValueAttribute()
DisplayNameAttribute("MSI check digit type")
DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")
 <br/>get_MSIModuloType();<br/>set_MSIModuloType(value);<br/>Object.defineProperty('MSIModuloType'); 
[CategoryAttribute("	MSI Options")]
[DefaultValueAttribute()]
[DisplayNameAttribute("MSI check digit type")]
[DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")]
public:
property MSIBarcodeModuloType MSIModuloType {
   MSIBarcodeModuloType get();
   void set (    MSIBarcodeModuloType value);
}

Property Value

A MSIBarcodeModuloType enumeration member that indicates the check digit type to use when reading Code 11 barcodes. The default value is MSIBarcodeModuloType.Modulo10.
Remarks

This property is only valid when reading Pulse Width Modulated barcodes (BarcodeSymbology.MSI).

Example

For an example, refer to OneDBarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

OneDBarcodeReadOptions Class
OneDBarcodeReadOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features