LEADTOOLS Barcode (Leadtools.Barcode assembly)

MSIModuloType Property (OneDBarcodeWriteOptions)

Show in webframe







Gets or sets a value that indicates the check digit type to use when writing MSI (Pulse Width Modulated) barcodes.
Syntax
[DisplayNameAttribute("MSI check digit type")]
[DefaultValueAttribute()]
[DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")]
[CategoryAttribute("	MSI Options")]
public MSIBarcodeModuloType MSIModuloType {get; set;}
'Declaration
 
<DisplayNameAttribute("MSI check digit type")>
<DefaultValueAttribute()>
<DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")>
<CategoryAttribute("	MSI Options")>
Public Property MSIModuloType As MSIBarcodeModuloType
'Usage
 
Dim instance As OneDBarcodeWriteOptions
Dim value As MSIBarcodeModuloType
 
instance.MSIModuloType = value
 
value = instance.MSIModuloType
[DisplayNameAttribute("MSI check digit type")]
[DefaultValueAttribute()]
[DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")]
[CategoryAttribute("	MSI Options")]
public MSIBarcodeModuloType MSIModuloType {get; set;}
@property (nonatomic, assign) LTMSIBarcodeModuloType msiModuloType;
public MSIBarcodeModuloType getMSIModuloType()
public void setMSIModuloType(MSIBarcodeModuloType value)
            
DisplayNameAttribute("MSI check digit type")
DefaultValueAttribute()
DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")
CategoryAttribute("	MSI Options")
 
get_MSIModuloType();
set_MSIModuloType(value);
Object.defineProperty('MSIModuloType');
[DisplayNameAttribute("MSI check digit type")]
[DefaultValueAttribute()]
[DescriptionAttribute("MSI check digit type. Only used when writing MSI (Modified Plessey) barcodes")]
[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 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

See Also

Reference

OneDBarcodeWriteOptions Class
OneDBarcodeWriteOptions 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