Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : MSIModuloType Property |
[DefaultValueAttribute()] [DisplayNameAttribute("MSI check digit type")] [CategoryAttribute(" MSI Options")] [DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")] public MSIBarcodeModuloType MSIModuloType {get; set;}
'Declaration <DefaultValueAttribute()> <DisplayNameAttribute("MSI check digit type")> <CategoryAttribute(" MSI Options")> <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
[DefaultValueAttribute()] [DisplayNameAttribute("MSI check digit type")] [CategoryAttribute(" MSI Options")] [DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")] public MSIBarcodeModuloType MSIModuloType {get; set;}
ObjectiveC Syntax
Java Syntax
DefaultValueAttribute() DisplayNameAttribute("MSI check digit type") CategoryAttribute(" MSI Options") DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes") get_MSIModuloType();
set_MSIModuloType(value);
[DefaultValueAttribute()] [DisplayNameAttribute("MSI check digit type")] [CategoryAttribute(" MSI Options")] [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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2