Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : MSIModuloType Property |
[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); }
This property is only valid when reading Pulse Width Modulated barcodes (BarcodeSymbology.MSI).
For an example, refer to OneDBarcodeReadOptions.