![]() |
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 > OneDBarcodeWriteOptions Class : MSIModuloType Property |
[DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")] [DefaultValueAttribute()] [CategoryAttribute(" MSI Options")] [DisplayNameAttribute("MSI check digit type")] public MSIBarcodeModuloType MSIModuloType {get; set;}
'Declaration
<DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")> <DefaultValueAttribute()> <CategoryAttribute(" MSI Options")> <DisplayNameAttribute("MSI check digit type")> Public Property MSIModuloType As MSIBarcodeModuloType
'Usage
Dim instance As OneDBarcodeWriteOptions Dim value As MSIBarcodeModuloType instance.MSIModuloType = value value = instance.MSIModuloType
[DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")] [DefaultValueAttribute()] [CategoryAttribute(" MSI Options")] [DisplayNameAttribute("MSI check digit type")] 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 writing MSI (Modified Plessey) barcodes") DefaultValueAttribute() CategoryAttribute(" MSI Options") DisplayNameAttribute("MSI check digit type") <br/>get_MSIModuloType();<br/>set_MSIModuloType(value);<br/>Object.defineProperty('MSIModuloType');
[DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")] [DefaultValueAttribute()] [CategoryAttribute(" MSI Options")] [DisplayNameAttribute("MSI check digit type")] 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.