←Select platform

Code11CheckDigitType Property (OneDBarcodeWriteOptions)

Summary

Gets or sets a value that indicates the check digit type to use when reading writing 11 (USD-8) barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DisplayNameAttribute("Code 11 check digit type")] 
[DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")] 
[CategoryAttribute("    Code 11 Options")] 
[DefaultValueAttribute()] 
public Leadtools.Barcode.Code11BarcodeCheckDigitType Code11CheckDigitType {get; set;} 
<DisplayNameAttribute("Code 11 check digit type")> 
<DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")> 
<CategoryAttribute(" Code 11 Options")> 
<DefaultValueAttribute()> 
Public Property Code11CheckDigitType As Leadtools.Barcode.Code11BarcodeCheckDigitType 
[DisplayNameAttribute("Code 11 check digit type")] 
[DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")] 
[CategoryAttribute("    Code 11 Options")] 
[DefaultValueAttribute()] 
public Leadtools.Barcode.Code11BarcodeCheckDigitType Code11CheckDigitType {get; set;} 
@property (nonatomic, assign) LTCode11BarcodeCheckDigitType code11CheckDigitType 
public Code11BarcodeCheckDigitType getCode11CheckDigitType() 
public void setCode11CheckDigitType(Code11BarcodeCheckDigitType value) 
             
DisplayNameAttribute("Code 11 check digit type") 
DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes") 
CategoryAttribute(" Code 11 Options") 
DefaultValueAttribute() 
  
get_Code11CheckDigitType(); 
set_Code11CheckDigitType(value); 
Object.defineProperty('Code11CheckDigitType');  
[DisplayNameAttribute("Code 11 check digit type")] 
[DescriptionAttribute("Code 11 check digit type. Only used when reading Code 11 barcodes")] 
[CategoryAttribute("    Code 11 Options")] 
[DefaultValueAttribute()] 
public: 
property Leadtools.Barcode.Code11BarcodeCheckDigitType Code11CheckDigitType { 
   Leadtools.Barcode.Code11BarcodeCheckDigitType get(); 
   void set (    Leadtools.Barcode.Code11BarcodeCheckDigitType ); 
} 

Property Value

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

Remarks

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

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