←Select platform

MSIModuloType Property

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++
public MSIBarcodeModuloType MSIModuloType { get; set; } 
Public Property MSIModuloType As Leadtools.Barcode.MSIBarcodeModuloType 
public Leadtools.Barcode.MSIBarcodeModuloType MSIModuloType {get; set;} 
@property (nonatomic, assign) LTMSIBarcodeModuloType msiModuloType 
public MSIBarcodeModuloType getMSIModuloType() 
public void setMSIModuloType(MSIBarcodeModuloType value) 
             
 <br/>get_MSIModuloType();<br/>set_MSIModuloType(value);<br/>Object.defineProperty('MSIModuloType');  

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly