←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
Objective-C
C++
Java
public MSIBarcodeModuloType MSIModuloType { get; set; } 
Public Property MSIModuloType As MSIBarcodeModuloType 
@property (nonatomic, assign) LTMSIBarcodeModuloType msiModuloType 
public MSIBarcodeModuloType getMSIModuloType() 
public void setMSIModuloType(MSIBarcodeModuloType value) 
public: 
property MSIBarcodeModuloType MSIModuloType { 
   MSIBarcodeModuloType get(); 
   void set (    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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.