LEADTOOLS Barcode (Leadtools.Barcode assembly)

Code11CheckDigitType Property (OneDBarcodeReadOptions)

Show in webframe







Gets or sets a value that indicate the check digit type to use when reading Code 11 (USD-8) barcodes.
Syntax
[CategoryAttribute("	Code 11 Options")]
[DisplayNameAttribute("Code 11 check digit type")]
[DefaultValueAttribute()]
[DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")]
public Code11BarcodeCheckDigitType Code11CheckDigitType {get; set;}
'Declaration
 
<CategoryAttribute("	Code 11 Options")>
<DisplayNameAttribute("Code 11 check digit type")>
<DefaultValueAttribute()>
<DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")>
Public Property Code11CheckDigitType As Code11BarcodeCheckDigitType
'Usage
 
Dim instance As OneDBarcodeReadOptions
Dim value As Code11BarcodeCheckDigitType
 
instance.Code11CheckDigitType = value
 
value = instance.Code11CheckDigitType
[CategoryAttribute("	Code 11 Options")]
[DisplayNameAttribute("Code 11 check digit type")]
[DefaultValueAttribute()]
[DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")]
public Code11BarcodeCheckDigitType Code11CheckDigitType {get; set;}
@property (nonatomic, assign) LTCode11BarcodeCheckDigitType code11CheckDigitType;
public Code11BarcodeCheckDigitType getCode11CheckDigitType()
public void setCode11CheckDigitType(Code11BarcodeCheckDigitType value)
            
CategoryAttribute("	Code 11 Options")
DisplayNameAttribute("Code 11 check digit type")
DefaultValueAttribute()
DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")
 
get_Code11CheckDigitType();
set_Code11CheckDigitType(value);
Object.defineProperty('Code11CheckDigitType');
[CategoryAttribute("	Code 11 Options")]
[DisplayNameAttribute("Code 11 check digit type")]
[DefaultValueAttribute()]
[DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")]
public:
property Code11BarcodeCheckDigitType Code11CheckDigitType {
   Code11BarcodeCheckDigitType get();
   void set (    Code11BarcodeCheckDigitType value);
}

Property Value

A Code11BarcodeCheckDigitType enumeration member that indicates the check digit type to use when reading Code 11 barcodes. The default value is Code11BarcodeCheckDigitType.CDigit.
Remarks

This property is only valid when reading Code 11 (USD-8) barcodes (BarcodeSymbology.Code11).

Example

For an example, refer to OneDBarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

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