←Select platform

MSIModuloType Property (OneDBarcodeReadOptions)

Summary

Gets or sets a value that indicates the check digit type to use when reading MSI (Pulse Width Modulated) barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[CategoryAttribute(" MSI Options")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("MSI check digit type")] 
[DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")] 
public Leadtools.Barcode.MSIBarcodeModuloType MSIModuloType {get; set;} 
<CategoryAttribute("  MSI Options")> 
<DefaultValueAttribute()> 
<DisplayNameAttribute("MSI check digit type")> 
<DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")> 
Public Property MSIModuloType As Leadtools.Barcode.MSIBarcodeModuloType 
[CategoryAttribute(" MSI Options")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("MSI check digit type")] 
[DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")] 
public Leadtools.Barcode.MSIBarcodeModuloType MSIModuloType {get; set;} 
@property (nonatomic, assign) LTMSIBarcodeModuloType msiModuloType 
public MSIBarcodeModuloType getMSIModuloType() 
public void setMSIModuloType(MSIBarcodeModuloType value) 
             
CategoryAttribute("  MSI Options") 
DefaultValueAttribute() 
DisplayNameAttribute("MSI check digit type") 
DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes") 
  
get_MSIModuloType(); 
set_MSIModuloType(value); 
Object.defineProperty('MSIModuloType');  
[CategoryAttribute(" MSI Options")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("MSI check digit type")] 
[DescriptionAttribute("MSI check digit type. Only used when reading MSI (Modified Plessey) barcodes")] 
public: 
property Leadtools.Barcode.MSIBarcodeModuloType MSIModuloType { 
   Leadtools.Barcode.MSIBarcodeModuloType get(); 
   void set (    Leadtools.Barcode.MSIBarcodeModuloType ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize