Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

MSIModuloType Property (OneDBarcodeWriteOptions)








Gets or sets a value that indicates the check digit type to use when writing MSI (Pulse Width Modulated) barcodes.
Syntax
[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);
}

Property Value

A MSIBarcodeModuloType enumeration member that indicates the check digit type to use when writing Code 11 barcodes. The default value is MSIBarcodeModuloType.Modulo10.
Remarks

This property is only valid when writing Pulse Width Modulated barcodes ( BarcodeSymbology.MSI).

Example

For an example, refer to OneDBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

OneDBarcodeWriteOptions Class
OneDBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features