←Select platform

MSIModuloType Property (OneDBarcodeWriteOptions)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")] 
[DefaultValueAttribute()] 
[CategoryAttribute("    MSI Options")] 
[DisplayNameAttribute("MSI check digit type")] 
public Leadtools.Barcode.MSIBarcodeModuloType MSIModuloType {get; set;} 
<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 Leadtools.Barcode.MSIBarcodeModuloType 
[DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")] 
[DefaultValueAttribute()] 
[CategoryAttribute("    MSI Options")] 
[DisplayNameAttribute("MSI check digit type")] 
public Leadtools.Barcode.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") 
  
get_MSIModuloType(); 
set_MSIModuloType(value); 
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 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 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

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