←Select platform

Code11BarcodeCheckDigitType Enumeration

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum Code11BarcodeCheckDigitType   
<SerializableAttribute()> 
Public Enum Code11BarcodeCheckDigitType  
typedef NS_ENUM(NSInteger, LTCode11BarcodeCheckDigitType) 
public enum Code11BarcodeCheckDigitType 
[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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly