Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : MSIModuloType Property |
[DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")] [DefaultValueAttribute()] [DisplayNameAttribute("MSI check digit type")] [CategoryAttribute(" MSI Options")] public MSIBarcodeModuloType MSIModuloType {get; set;}
'Declaration <DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")> <DefaultValueAttribute()> <DisplayNameAttribute("MSI check digit type")> <CategoryAttribute(" MSI Options")> Public Property MSIModuloType As MSIBarcodeModuloType
'Usage Dim instance As OneDBarcodeReadOptions Dim value As MSIBarcodeModuloType instance.MSIModuloType = value value = instance.MSIModuloType
[DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")] [DefaultValueAttribute()] [DisplayNameAttribute("MSI check digit type")] [CategoryAttribute(" MSI Options")] public MSIBarcodeModuloType MSIModuloType {get; set;}
@property (nonatomic, assign) LTMSIBarcodeModuloType msiModuloType;
public MSIBarcodeModuloType getMSIModuloType() public void setMSIModuloType(MSIBarcodeModuloType value)
DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes") DefaultValueAttribute() DisplayNameAttribute("MSI check digit type") CategoryAttribute(" MSI Options")
get_MSIModuloType();
set_MSIModuloType(value);
Object.defineProperty('MSIModuloType');
[DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")] [DefaultValueAttribute()] [DisplayNameAttribute("MSI check digit type")] [CategoryAttribute(" MSI Options")] 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.