Leadtools.Barcode Namespace > OneDBarcodeWriteOptions Class : MSIModuloType Property |
[DisplayNameAttribute("MSI check digit type")] [DefaultValueAttribute()] [DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")] [CategoryAttribute(" MSI Options")] public MSIBarcodeModuloType MSIModuloType {get; set;}
'Declaration <DisplayNameAttribute("MSI check digit type")> <DefaultValueAttribute()> <DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")> <CategoryAttribute(" MSI Options")> Public Property MSIModuloType As MSIBarcodeModuloType
'Usage Dim instance As OneDBarcodeWriteOptions Dim value As MSIBarcodeModuloType instance.MSIModuloType = value value = instance.MSIModuloType
[DisplayNameAttribute("MSI check digit type")] [DefaultValueAttribute()] [DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")] [CategoryAttribute(" MSI Options")] public MSIBarcodeModuloType MSIModuloType {get; set;}
@property (nonatomic, assign) LTMSIBarcodeModuloType msiModuloType;
public MSIBarcodeModuloType getMSIModuloType() public void setMSIModuloType(MSIBarcodeModuloType value)
DisplayNameAttribute("MSI check digit type") DefaultValueAttribute() DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes") CategoryAttribute(" MSI Options")
get_MSIModuloType();
set_MSIModuloType(value);
Object.defineProperty('MSIModuloType');
[DisplayNameAttribute("MSI check digit type")] [DefaultValueAttribute()] [DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")] [CategoryAttribute(" MSI Options")] public: property MSIBarcodeModuloType MSIModuloType { MSIBarcodeModuloType get(); void set ( MSIBarcodeModuloType value); }
This property is only valid when writing Pulse Width Modulated barcodes ( BarcodeSymbology.MSI).
For an example, refer to OneDBarcodeWriteOptions.