LEADTOOLS Barcode (Leadtools.Barcode assembly)

MSIModuloType Property (OneDBarcodeReadOptions)

Show in webframe







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

Property Value

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

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

Example

For an example, refer to OneDBarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

OneDBarcodeReadOptions Class
OneDBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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