←Select platform

Code11BarcodeCheckDigitType Enumeration

Summary

Check digit type to use when reading or writing Code 11 (USD-8) barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum Code11BarcodeCheckDigitType   
<SerializableAttribute()> 
Public Enum Code11BarcodeCheckDigitType  
    
    
[SerializableAttribute()] 
public enum Code11BarcodeCheckDigitType    
typedef NS_ENUM(NSInteger, LTCode11BarcodeCheckDigitType) 
public enum Code11BarcodeCheckDigitType 
Leadtools.Barcode.Code11BarcodeCheckDigitType = function() { }; 
Leadtools.Barcode.Code11BarcodeCheckDigitType.prototype = {<br/> 
  CDigit = 0, 
    CAndKDigits = 1, 
     
 }; 
[SerializableAttribute()] 
public enum class Code11BarcodeCheckDigitType   

Members

ValueMemberDescription
0CDigit

C check digit only

1CAndKDigits

C and K check digits

Remarks

The Code11BarcodeCheckDigitType enumeration is used as the type for the OneDBarcodeReadOptions.Code11CheckDigitType and OneDBarcodeWriteOptions.Code11CheckDigitType properties to indicate the check digit type to use when reading or writing Code 11 (USD-8) barcodes.

Example

For an example, refer to OneDBarcodeReadOptions and OneDBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly